Skip to content

Commit 1be69af

Browse files
committed
need to actually enable it
1 parent c63000f commit 1be69af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ pub fn new_cmark_parser(text: &str) -> Parser<'_> {
174174
opts.insert(Options::ENABLE_FOOTNOTES);
175175
opts.insert(Options::ENABLE_STRIKETHROUGH);
176176
opts.insert(Options::ENABLE_TASKLISTS);
177+
opts.insert(Options::ENABLE_SMART_PUNCTUATION);
177178
Parser::new_ext(text, opts)
178179
}
179180

0 commit comments

Comments
 (0)