mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Enable strikethrough in dmdoc rendering
This commit is contained in:
parent
9d0c265d5f
commit
2467a8992a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ impl DocBlock {
|
|||
fn parser(markdown: &str) -> Parser {
|
||||
Parser::new_with_broken_link_callback(
|
||||
markdown,
|
||||
pulldown_cmark::Options::ENABLE_TABLES,
|
||||
pulldown_cmark::Options::ENABLE_TABLES | pulldown_cmark::Options::ENABLE_STRIKETHROUGH,
|
||||
Some(&crate::handle_crosslink),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue