Skip to content

Commit 10b194b

Browse files
committed
Enable Comark support for style alerts in Markdown
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent d312116 commit 10b194b

File tree

1 file changed

+2
-0
lines changed
  • crates/crates_io_markdown

1 file changed

+2
-0
lines changed

crates/crates_io_markdown/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ impl<'a> MarkdownRenderer<'a> {
7777
.build();
7878

7979
let extension_options = ComrakExtensionOptions::builder()
80+
.alerts(true)
8081
.autolink(true)
82+
.multiline_block_quotes(true)
8183
.strikethrough(true)
8284
.table(true)
8385
.tagfilter(true)

0 commit comments

Comments
 (0)