Skip to content

Commit

Permalink
Enable Comark support for style alerts in Markdown
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jan 21, 2025
1 parent d312116 commit 10b194b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/crates_io_markdown/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ impl<'a> MarkdownRenderer<'a> {
.build();

let extension_options = ComrakExtensionOptions::builder()
.alerts(true)
.autolink(true)
.multiline_block_quotes(true)
.strikethrough(true)
.table(true)
.tagfilter(true)
Expand Down

0 comments on commit 10b194b

Please sign in to comment.