Skip to content

Commit 2d29175

Browse files
authored
Fix docs syntax highlighting in admonition code blocks (#10346)
1 parent 119469e commit 2d29175

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ markdown_extensions:
6464
- attr_list
6565
- def_list
6666
- admonition
67-
- codehilite
6867
- pymdownx.highlight:
6968
anchor_linenums: true
7069
line_spans: __span

docs/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mkdocs-material==9.7.1
44
mkdocs-redirects==1.2.2
55
mkdocs==1.6.1
66
git+https://github.com/treeverse/mkdocs-render-swagger-plugin.git#egg=mkdocs-render-swagger-plugin
7-
pymdown-extensions==10.20.1
7+
pymdown-extensions==10.21.2
88
mkdocs-glightbox==0.5.2

0 commit comments

Comments
 (0)