richmd
v2.2.17
Published
Richmd is a tool for making Rich contents Markdown language.
Downloads
74
Maintainers
Readme
Richmd
What is Richmd?
Richmd is a tool for making Rich contents Markdown language.
Installation
# use npm
$ npm install richmd
# use yarn
$ yarn add richmd
Usage
Markdown Syntax
Please read a Richmd Markdown Syntax Documentation.
Suport syntax
- strong
- italic
- image
- link
- headings
- horizontal rule
- blockquote
- unordeed list
- ordered list
- strikethrough
- code block
- checkbox list
- table
- TeX syntax(Use KaTeX)
- Color Inline Block
- Dropdown details
- Video(HTML5 Video Tag)
- Custom HTML Tag
License
MIT
Thank you :pray:
- Markdown-tree-parser
- RichMD markdown parser was created using the code in markdown-tree-parser as a reference.
- KaTeX
- highlight.js