We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pycon
1 parent 0543492 commit 6545900Copy full SHA for 6545900
src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html
@@ -4,6 +4,6 @@
4
{% if section_type.value == "text" %}
5
{{ sub_section|convert_markdown(heading_level, html_id) }}
6
{% elif section_type.value == "examples" %}
7
- {{ sub_section|highlight(language="python", linenums=False) }}
+ {{ sub_section|highlight(language="pycon", linenums=False) }}
8
{% endif %}
9
{% endfor %}
0 commit comments