All Projects → heartbeatsjp → markdown-extension-hbfm

heartbeatsjp / markdown-extension-hbfm

Licence: other
HEARTBEATS Flavored Markdown extension

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to markdown-extension-hbfm

tagref
Tagref helps you maintain cross-references in your code.
Stars: ✭ 92 (+607.69%)
Mutual labels:  cross-references

HEARTBEATS Flavored Markdown extension

Build Status

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].