gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.27k stars 382 forks source link

Use emoji from commonmarker #373

Closed gjtorikian closed 1 year ago

gjtorikian commented 1 year ago

Emoji handling can be natively done by the Commonmarker, so let's use that.

Also, restore SyntaxHighlightFilter, in case consumers of the pipeline aren't using the provided Commonmark converter.