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 5c5529b commit 93be4ffCopy full SHA for 93be4ff
src/Elastic.Markdown/Myst/Directives/Admonition/AdmonitionBlock.cs
@@ -44,6 +44,7 @@ public override void FinalizeAndValidate(ParserContext context)
44
Classes = "dropdown";
45
46
// Parse applies_to property if present
47
+ AppliesToDefinition = Prop("applies_to");
48
if (!string.IsNullOrEmpty(AppliesToDefinition))
49
AppliesTo = ParseApplicableTo(AppliesToDefinition);
50
0 commit comments