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,6 +40,21 @@ 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
48+ - admonition
49+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables
50+ # create tables
51+ - tables
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
54+ - attr_list
55+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html
56+ # write markdown inside of HTML
57+ - md_in_html
4358
4459 # TODO rebuild docs on schema change (https://github.com/linkml/linkml-project-copier/issues/39)
4560 # - gen-files:
You can’t perform that action at this time.
0 commit comments