Skip to content

Commit 7915165

Browse files
committed
fix compilation error
1 parent 520a710 commit 7915165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/Directives/AdmonitionBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public override void FinalizeAndValidate(ParserContext context)
2929
{
3030
Classes = Properties.GetValueOrDefault("class");
3131
CrossReferenceName = Properties.GetValueOrDefault("name");
32-
ParseBool("open", b => DropdownOpen = b);
32+
DropdownOpen = PropBool("open");
3333
}
3434
}
3535

0 commit comments

Comments
 (0)