File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,20 @@ markdown_extensions:
4040 # disable code highlighting to display diagrams
4141 format: !!python/name:pymdownx.superfences.fence_code_format
4242 class: mermaid
43+ # https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/
44+ # auto-link HTML, FTP, and email links
45+ - pymdownx.magiclink
46+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition
47+ # support for call-outs
4348 - admonition
49+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables
50+ # create tables
4451 - tables
45- - pymdownx.magiclink
52+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists
53+ # enables use of HTML attributes and CSS classes to applicable elements
4654 - attr_list
55+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html
56+ # write markdown inside of HTML
4757 - md_in_html
4858
4959 # TODO rebuild docs on schema change (https://github.com/linkml/linkml-project-copier/issues/39)
You can’t perform that action at this time.
0 commit comments