Skip to content
Snippets Groups Projects
Commit cbaa3735 authored by Diogo Castro's avatar Diogo Castro
Browse files

Colorise code blocks

parent 67fa6cca
No related branches found
No related tags found
1 merge request!12Update docs
...@@ -46,11 +46,18 @@ markdown_extensions: ...@@ -46,11 +46,18 @@ markdown_extensions:
- pymdownx.keys - pymdownx.keys
- pymdownx.mark - pymdownx.mark
- pymdownx.tilde - pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc: - toc:
permalink: true permalink: true
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins: plugins:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment