Skip to content

Commit

Permalink
refactor: Use pycon for examples code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 3, 2022
1 parent 0543492 commit 6545900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% if section_type.value == "text" %}
{{ sub_section|convert_markdown(heading_level, html_id) }}
{% elif section_type.value == "examples" %}
{{ sub_section|highlight(language="python", linenums=False) }}
{{ sub_section|highlight(language="pycon", linenums=False) }}
{% endif %}
{% endfor %}

0 comments on commit 6545900

Please sign in to comment.