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 07f8125 commit 335d227Copy full SHA for 335d227
src/posts.rs
@@ -73,6 +73,7 @@ impl Post {
73
.build()?,
74
extension: comrak::ExtensionOptionsBuilder::default()
75
.header_ids(Some(String::new()))
76
+ .strikethrough(true)
77
.footnotes(true)
78
.table(true)
79
0 commit comments