Skip to content

Commit

Permalink
feat: Support for all emphasis supported by MarkDig (#9762)
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaderbacher authored Mar 7, 2024
1 parent fa0c3c5 commit f909f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docfx.MarkdigEngine.Extensions/MarkdownExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static MarkdownPipelineBuilder UseDocfxExtensions(
{
return pipeline
.UseMathematics()
.UseEmphasisExtras(EmphasisExtraOptions.Strikethrough)
.UseEmphasisExtras()
.UseAutoIdentifiers(AutoIdentifierOptions.GitHub)
.UseMediaLinks()
.UsePipeTables()
Expand Down

0 comments on commit f909f74

Please sign in to comment.