Skip to content

Commit 335d227

Browse files
committed
Enable strikethrough markdown extention in comrak
1 parent 07f8125 commit 335d227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/posts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ impl Post {
7373
.build()?,
7474
extension: comrak::ExtensionOptionsBuilder::default()
7575
.header_ids(Some(String::new()))
76+
.strikethrough(true)
7677
.footnotes(true)
7778
.table(true)
7879
.build()?,

0 commit comments

Comments
 (0)