Skip to content

Commit 1def0e1

Browse files
committed
Add also to dict
1 parent f40feb4 commit 1def0e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public DirectiveBlockParser()
6565
{ "danger", 3 },
6666
{ "error", 3 },
6767
{ "hint", 3 },
68-
{ "seealso", 3 }
68+
{ "seealso", 3 },
69+
{ "csv-table", 33 }
6970
}.ToFrozenDictionary();
7071

7172
private static readonly FrozenDictionary<string, int>.AlternateLookup<ReadOnlySpan<char>> UnsupportedLookup =

0 commit comments

Comments
 (0)