respect-validation/mkdocs.yml
Henrique Moody 9cbb563a84
Improve syntax highlighting in MkDocs pages
The syntax of PHP code was not showing with different colors, but shown
as plain/text.
2026-01-05 14:55:20 +01:00

10 lines
231 B
YAML

site_name: Respect\Validation
theme: readthedocs
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences