We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520a710 commit 7915165Copy full SHA for 7915165
src/Elastic.Markdown/Myst/Directives/AdmonitionBlock.cs
@@ -29,7 +29,7 @@ public override void FinalizeAndValidate(ParserContext context)
29
{
30
Classes = Properties.GetValueOrDefault("class");
31
CrossReferenceName = Properties.GetValueOrDefault("name");
32
- ParseBool("open", b => DropdownOpen = b);
+ DropdownOpen = PropBool("open");
33
}
34
35
0 commit comments