- Inline Coloring
- Inline List
- Cross Reference
How to install:
pip install hbfm
{{color(red)::some_text}}
{{color(blue)::some_text}}
mkdocs.yml
example:
markdown_extensions:
- hbfm.inline_coloring
List in Table.
|a|b|c|d|
|:---|---:|---|:---:|
|左寄せ|右寄せ|寄せ指定なし|中央寄せ|
|左寄せ|右寄せ|{{inline(list)::
- a
- b
- c
}}|中央寄せ|
|左寄せ|右寄せ|寄せ指定なし|中央寄せ|
mkdocs.yml
example:
markdown_extensions:
- hbfm.inline_list
Link from [Some Text](#Some Text)
to ## Some Text
.
mkdocs.yml
example:
markdown_extensions:
- toc:
slugify: !!python/name:hbfm.toc.slugify
- hbfm.number_headers
- hbfm.quote_uri_hash