Skip to content

Commit

Permalink
refactor: Support new pymdownx-highlight options
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 22, 2024
1 parent b5236b4 commit a7a2907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mkdocstrings/handlers/rendering.py
Expand Up @@ -43,6 +43,7 @@ class Highlighter(Highlight):
(
"css_class",
"guess_lang",
"default_lang",
"pygments_style",
"noclasses",
"use_pygments",
Expand All @@ -58,6 +59,8 @@ class Highlighter(Highlight):
"line_spans",
"anchor_linenums",
"line_anchors",
"pygments_lang_class",
"stripnl",
),
)

Expand Down

0 comments on commit a7a2907

Please sign in to comment.