0.1.2 • Published 2 years ago

noviimd v0.1.2

Weekly downloads
-
License
(MIT)
Repository
-
Last release
2 years ago

A markdown parser for React. Implementing the syntax defined at https://www.markdownguide.org/basic-syntax/

  • 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