hugo/config/allconfig
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
..
allconfig.go config: Do not fail on unknown config keys 2023-07-31 11:20:37 +02:00
alldecoders.go config: Add a type value for the tags related config entry 2023-08-07 18:01:46 +02:00
configlanguage.go markdown: Pass emoji codes to yuin/goldmark-emoji 2023-10-24 12:04:13 +02:00
docshelper.go Add all config to docshelper.json 2023-08-07 13:42:54 +02:00
integration_test.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
load.go Fix it so disable a module does not disable transitive dependency required by others 2023-08-23 18:05:18 +02:00
load_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00