@mrbuilder/plugin-markdown

4.4.7-alpha.9 • Public • Published

This plugin provides markdown support.

  • [ ] not done
  • [x] done

The advantage of this markdown implementation over the markdown-to-jsx is this compiled to react components, rather than parsing the content in the browser to extract content.

So it can easily include paths like the one below.

alt logo

and inline stuff

Table support


| Left-aligned | Center-aligned | Right-aligned |
| :---         |     :---:      |          ---: |
| git status   | git status     | git status    |
| git diff     | git diff       | git diff      |

Should be rendered as

Left-aligned Center-aligned Right-aligned
git status git status git status
git diff git diff git diff

This shows line breaks

Hello and ' are escaped {this to}' world

This shows inline html

It needs to be inline Hello

  • list item 1
  • list item 2
  1. is first
  2. is second

Readme

Keywords

none

Package Sidebar

Install

npm i @mrbuilder/plugin-markdown

Weekly Downloads

1

Version

4.4.7-alpha.9

License

MIT

Unpacked Size

17.8 kB

Total Files

11

Last publish

Collaborators

  • speajus
  • nanandn
  • brycereynolds