From 673088ca93f20349362505ef194edc31a762e456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?= <5621605+rodrigogiraoserrao@users.noreply.github.com> Date: Wed, 21 Dec 2022 17:37:36 +0000 Subject: [PATCH] Fix issue with < and > characters. --- docs/css_types/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css_types/index.md b/docs/css_types/index.md index 60aaaa695..4de42270c 100644 --- a/docs/css_types/index.md +++ b/docs/css_types/index.md @@ -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. 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.md): +For example, the style [`align-horizontal`](../styles/align.md) references the CSS type [``](./horizontal.md): --8<-- "docs/snippets/syntax_block_start.md" align-horizontal: <horizontal>