Inline Coloring
April 28, 2017 · View on GitHub
- Inline Coloring
- Inline List
- Cross Reference
How to install:
pip install hbfm
Inline Coloring
{{color(red)::some_text}}

{{color(blue)::some_text}}

mkdocs.yml example:
markdown_extensions:
- hbfm.inline_coloring
Inline List
List in Table.
|a|b|c|d|
|:---|---:|---|:---:|
|左寄せ|右寄せ|寄せ指定なし|中央寄せ|
|左寄せ|右寄せ|{{inline(list)::
- a
- b
- c
}}|中央寄せ|
|左寄せ|右寄せ|寄せ指定なし|中央寄せ|

mkdocs.yml example:
markdown_extensions:
- hbfm.inline_list
Internal Link / Cross Reference
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