docs: fix code blocks overflowing and add syntax highlighting
Without these options code blocks would overflow. See: https://github.com/asiffer/mkdocs-shadcn/issues/57 And it also provides nice syntax highlighting.
This commit is contained in:
parent
abcc144711
commit
197b9c297c
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ markdown_extensions:
|
|||
- smarty
|
||||
- admonition
|
||||
- attr_list
|
||||
- codehilite
|
||||
|
||||
theme:
|
||||
name: shadcn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue