hugo/parser/pageparser
Joe Mooring 272484f8bf
markdown: Pass emoji codes to yuin/goldmark-emoji
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
2023-10-24 12:04:13 +02:00
..
doc.go make sure documentation intro text only appears once 2020-07-21 00:47:55 +02:00
item.go hugo/parser: Fix shortcode boolean param parsing 2022-11-18 09:34:10 +01:00
item_test.go hugo/parser: Fix shortcode boolean param parsing 2022-11-18 09:34:10 +01:00
itemtype_string.go Improve shortcode indentation handling 2022-05-30 11:32:55 +02:00
pagelexer.go markdown: Pass emoji codes to yuin/goldmark-emoji 2023-10-24 12:04:13 +02:00
pagelexer_intro.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
pagelexer_shortcode.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
pagelexer_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
pageparser.go Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
pageparser_intro_test.go parser/pageparser: Don't store the byte slices 2022-07-09 16:03:11 +02:00
pageparser_shortcode_test.go Fix shortcode parser regression with quoted param values 2022-09-01 12:13:23 +02:00
pageparser_test.go markdown: Pass emoji codes to yuin/goldmark-emoji 2023-10-24 12:04:13 +02:00