diff --git a/docs/css_types/index.md b/docs/css_types/index.md index 7f48be2def..1cb426581e 100644 --- a/docs/css_types/index.md +++ b/docs/css_types/index.md @@ -8,5 +8,5 @@ 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): --8<-- "docs/snippets/syntax_block_start.md" -align-horizontal: <horizontal>; +align-horizontal: <horizontal>; --8<-- "docs/snippets/syntax_block_end.md"