diff --git a/docforge/templates/mkdocs.sample.yml b/docforge/templates/mkdocs.sample.yml index f650339..3d17c33 100644 --- a/docforge/templates/mkdocs.sample.yml +++ b/docforge/templates/mkdocs.sample.yml @@ -50,11 +50,16 @@ plugins: show_symbol_type_heading: true markdown_extensions: + - pymdownx.superfences + - pymdownx.inlinehilite + - pymdownx.snippets + - admonition - pymdownx.details - pymdownx.superfences - pymdownx.highlight: + linenums: true anchor_linenums: true line_spans: __span pygments_lang_class: true diff --git a/mkdocs.yml b/mkdocs.yml index 7f6c214..9fc5e49 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,10 +42,14 @@ plugins: show_object_full_path: false show_symbol_type_heading: true markdown_extensions: +- pymdownx.superfences +- pymdownx.inlinehilite +- pymdownx.snippets - admonition - pymdownx.details - pymdownx.superfences - pymdownx.highlight: + linenums: true anchor_linenums: true line_spans: __span pygments_lang_class: true