mrbuilder-plugin-markdown
v3.3.1
Published
Provides markdown to react components
Downloads
52
Readme
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.
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
- is first
- is second