FuGangqiang/mdblog.rs

`opts.insert(Options::ENABLE_FOOTNOTES);` used twice

Closed this issue · 2 comments

mdblog.rs/src/utils.rs

Lines 33 to 34 in fa06ebf

opts.insert(Options::ENABLE_FOOTNOTES);
opts.insert(Options::ENABLE_FOOTNOTES);

Seems to be a minor mistake here.

谢谢帮忙纠错

刚刚已修复这个问题