Compare commits

...

1 commit

Author SHA1 Message Date
5c5ea5aeef
docs: fix code blocks overflowing and add syntax highlighting
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m30s
/ Ansible Lint (push) Successful in 2m31s
/ build (pull_request) Successful in 26s
Without these options code blocks would overflow. See:
https://github.com/asiffer/mkdocs-shadcn/issues/57
And it also provides nice syntax highlighting.
2026-05-19 01:11:34 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
mkdocs
mkdocs-shadcn
pygments

View file

@ -6,6 +6,7 @@ markdown_extensions:
- smarty
- admonition
- attr_list
- codehilite
theme:
name: shadcn