Skip to content

Commit 3e5d6b3

Browse files
committed
comments about enabled mkdocs extensions
1 parent cb17bd2 commit 3e5d6b3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

template/mkdocs.yml.jinja

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)