Code for missing inline HTML in single curly braces
There is an extra markup in Hugo for vertically shifted characters in normal text.
Mark and highlight inline text as especially important.
Text enclosed by curly braces { and } and special ASCII signs is replaced with missing Markdown tags after rendering.
{
}
Refer explicitly to keyboard strokes in your text.
This replacement code wraps the HTML tag around the marked content.
Sometimes we like to break a title or a line only for those layout versions, which show the text in full width.
Very long strings that are not hyphenated automatically may need an optional line break without a hyphen. We can generate the HTML tag with this replacement code.
This template file from the module hugo-mod-replacements contains the regular expressions for all replacement codes.
Replacement codes let us avoid raw HTML in Markdown. A single partial replaces them with the inline tags lacking a syntax element in Goldmark.