Skip to content

Commit ca1e550

Browse files
committed
Add support for vertical definition lists
1 parent 764e19a commit ca1e550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elastic.Markdown/Myst/MarkdownParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public class MarkdownParser(
5151
.UseGridTables()
5252
.UsePipeTables()
5353
.UseDirectives()
54+
.UseDefinitionLists()
5455
.UseEnhancedCodeBlocks()
5556
.DisableHtml()
5657
.UseHardBreaks()

0 commit comments

Comments
 (0)