hugo/docs/content/en/functions/transform
Bjørn Erik Pedersen 946e6af0bb tpl/transform: Make Plainify and ToMath return template.HTML
None of these are useful as plain strings in the templates, which forces the users to do `transform.Plainify "foo" | safeHTML`.

If people have trust issues with the output of these functions, they need to just stop using them.

Closes #8732
2024-08-11 15:16:16 +02:00
..
_index.md
CanHighlight.md
Emojify.md Merge commit 'a6e635ca7d905d9ec3ffd708db2694f680b03aae' 2024-08-09 15:17:43 +02:00
Highlight.md
HighlightCodeBlock.md
HTMLEscape.md
HTMLUnescape.md Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722' 2024-06-21 09:41:24 +02:00
Markdownify.md Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722' 2024-06-21 09:41:24 +02:00
Plainify.md tpl/transform: Make Plainify and ToMath return template.HTML 2024-08-11 15:16:16 +02:00
Remarshal.md
Unmarshal.md Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722' 2024-06-21 09:41:24 +02:00
XMLEscape.md