Skip to content

Commit 940e423

Browse files
authored
Merge pull request #148 from linkml/add-mkdocs-extensions
Add list of mkdocs/material for mkdocs extensions
2 parents 1766b11 + 3e5d6b3 commit 940e423

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

template/mkdocs.yml.jinja

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)