Skip to content

Commit 2af346f

Browse files
committed
feature: enable track trivia to support roundtrip
1 parent 70d96f3 commit 2af346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jcdcdev.Umbraco.ExtendedMarkdownEditor/Extensions/MarkdownExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static bool TryParse(string markdown, [NotNullWhen(true)] out MarkdownDoc
1010
{
1111
try
1212
{
13-
document = Markdown.Parse(markdown);
13+
document = Markdown.Parse(markdown, true);
1414
return true;
1515
}
1616
catch

0 commit comments

Comments
 (0)