Fix issue with < and > characters.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 17:37:36 +00:00
parent fe0ee2634b
commit 673088ca93

View File

@@ -5,7 +5,7 @@ CSS types define the values that Textual CSS rules accept.
CSS types will be linked from within the [styles reference](../styles/index.md) in the "Formal Syntax" section of each rule. CSS types will be linked from within the [styles reference](../styles/index.md) in the "Formal Syntax" section of each rule.
The CSS types will be denoted by a keyword enclosed by angle brackets `<` and `>`. The CSS types will be denoted by a keyword enclosed by angle brackets `<` and `>`.
For example, the style [`align-horizontal`](../styles/align.md) references the CSS type [<horizontal>](./horizontal.md): For example, the style [`align-horizontal`](../styles/align.md) references the CSS type [`<horizontal>`](./horizontal.md):
--8<-- "docs/snippets/syntax_block_start.md" --8<-- "docs/snippets/syntax_block_start.md"
align-horizontal: <a href="./horizontal.md">&lt;horizontal&gt;</a> align-horizontal: <a href="./horizontal.md">&lt;horizontal&gt;</a>