Skip to content

Commit 9934034

Browse files
authored
📁 content update (#237)
2 parents 5660f7b + 7d78e8b commit 9934034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/features/syntax-highlighting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ images: []
1515

1616
Lotus Docs supports syntax highlighting using [Prism](https://prismjs.com/) (enabled by default via `param.docs.prism` in `hugo.toml`) or Hugo's built-in code highlighter [Chroma](https://github.com/alecthomas/chroma).
1717

18-
Fenced code blocks (code enclosed by triple backticks above and below) that specify a code language (declared right of the opening fence), will automatically highlight the code content as HTML e.g. ` ```html `:
18+
Fenced code blocks (code enclosed between triple backticks above and below) that specify a code language (declared right of the opening fence), will automatically highlight the code content as HTML e.g. ` ```html `:
1919

2020
````md
2121
```html

0 commit comments

Comments
 (0)