A markdown parser for React. Implementing the syntax defined at https://www.markdownguide.org/basic-syntax/
Install via npm install noviimd
Usage: import NoviiMD from 'noviimd'; <NoviiMD md={your markdown here} />
- Headings
- Paragraphs
- Line breaks
- Emphasis
- Bold text
- Italic text
- Bold and italic text
- Allow escaping of * ** _ and __
- Blockquotes
- Paragraph content
- Headers
- Lists
- Unordered lists
- Ordered lists
- Indented blocks and sub lists
- Code
- Horizontal rules
- Links
- Links with the []() format
- Links with the <> format
- Emphasis on links
- Links as code
- Reference style links
- Images
- Escaping characters
- HTML
- <br> tags supported