Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions template/mkdocs.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down