diff --git a/template/mkdocs.yml.jinja b/template/mkdocs.yml.jinja index 3d1403f..c9fd797 100644 --- a/template/mkdocs.yml.jinja +++ b/template/mkdocs.yml.jinja @@ -40,6 +40,21 @@ markdown_extensions: # disable code highlighting to display diagrams format: !!python/name:pymdownx.superfences.fence_code_format class: mermaid + # https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/ + # auto-link HTML, FTP, and email links + - pymdownx.magiclink + # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition + # support for call-outs + - admonition + # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables + # create tables + - tables + # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists + # enables use of HTML attributes and CSS classes to applicable elements + - attr_list + # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html + # write markdown inside of HTML + - md_in_html # TODO rebuild docs on schema change (https://github.com/linkml/linkml-project-copier/issues/39) # - gen-files: