Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 13, 2024
1 parent 520a710 commit 7915165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.Markdown/Myst/Directives/AdmonitionBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public override void FinalizeAndValidate(ParserContext context)
{
Classes = Properties.GetValueOrDefault("class");
CrossReferenceName = Properties.GetValueOrDefault("name");
ParseBool("open", b => DropdownOpen = b);
DropdownOpen = PropBool("open");
}
}

Expand Down

0 comments on commit 7915165

Please sign in to comment.