mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
272484f8bf
Removes emoji code conversion from the page and shortcode parsers. Emoji codes in markdown are now passed to Goldmark, where the goldmark-emoji extension converts them to decimal numeric character references. This disables emoji rendering for the alternate content formats: html, asciidoc, org, pandoc, and rst. Fixes #7332 Fixes #11587 Closes #11598 |
||
---|---|---|
.. | ||
doc.go | ||
item.go | ||
item_test.go | ||
itemtype_string.go | ||
pagelexer.go | ||
pagelexer_intro.go | ||
pagelexer_shortcode.go | ||
pagelexer_test.go | ||
pageparser.go | ||
pageparser_intro_test.go | ||
pageparser_shortcode_test.go | ||
pageparser_test.go |