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
|
|
@ -1,2 +1,3 @@
|
||||||
mkdocs
|
mkdocs
|
||||||
mkdocs-shadcn
|
mkdocs-shadcn
|
||||||
|
pygments
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ markdown_extensions:
|
||||||
- smarty
|
- smarty
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
- attr_list
|
||||||
|
- codehilite
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: shadcn
|
name: shadcn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue