We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d312116 commit 10b194bCopy full SHA for 10b194b
crates/crates_io_markdown/lib.rs
@@ -77,7 +77,9 @@ impl<'a> MarkdownRenderer<'a> {
77
.build();
78
79
let extension_options = ComrakExtensionOptions::builder()
80
+ .alerts(true)
81
.autolink(true)
82
+ .multiline_block_quotes(true)
83
.strikethrough(true)
84
.table(true)
85
.tagfilter(true)
0 commit comments