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 f40feb4 commit 1def0e1Copy full SHA for 1def0e1
src/Elastic.Markdown/Myst/Directives/DirectiveBlockParser.cs
@@ -65,7 +65,8 @@ public DirectiveBlockParser()
65
{ "danger", 3 },
66
{ "error", 3 },
67
{ "hint", 3 },
68
- { "seealso", 3 }
+ { "seealso", 3 },
69
+ { "csv-table", 33 }
70
}.ToFrozenDictionary();
71
72
private static readonly FrozenDictionary<string, int>.AlternateLookup<ReadOnlySpan<char>> UnsupportedLookup =
0 commit comments