Skip to content

Commit 95210f8

Browse files
committedAug 8, 2023
feat: block specs
1 parent 5a0409a commit 95210f8

File tree

5 files changed

+631
-172
lines changed

5 files changed

+631
-172
lines changed
 

‎include/mrdox/Support/Handlebars.hpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct HandlebarsOptions
5151
/** Disables standalone tag removal when set to true
5252
5353
When set, blocks and partials that are on their own line will not
54-
remove the whitespace on that line
54+
remove the whitespace on that line.
5555
*/
5656
bool ignoreStandalone = false;
5757

@@ -1156,7 +1156,8 @@ class Handlebars {
11561156
OutputRef &out,
11571157
dom::Value const& context,
11581158
HandlebarsOptions const& opt,
1159-
detail::RenderState& state) const;
1159+
detail::RenderState& state,
1160+
bool isChainedBlock) const;
11601161

11611162
void
11621163
renderPartial(

0 commit comments

Comments
 (0)
Please sign in to comment.