Skip to content

Commit 53ba3a4

Browse files
committed
feat: enable startinline for php
1 parent d0d93d3 commit 53ba3a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mkdocs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ markdown_extensions:
107107
custom_fences:
108108
- name: mermaid
109109
class: mermaid
110+
- pymdownx.highlight:
111+
extend_pygments_lang:
112+
- name: php
113+
lang: php
114+
options:
115+
startinline: true
110116

111117

112118
extra_javascript:

0 commit comments

Comments
 (0)