Skip to content

Commit

Permalink
Fix PHP code block highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
shmax authored Oct 12, 2023
1 parent aa7d23a commit 1f4bb6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ docs_dir: docs/
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight:
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
nav:
- About: index.md
- Getting Started: getting-started.md
Expand Down

0 comments on commit 1f4bb6c

Please sign in to comment.