react-markdown-magic

1.0.0 • Public • Published

React Markdown Magic

React component for rendering markdown with code highlighting support.

Usage

Block Form:

<ReactMarkdownMagic>
{`### Endpoints

* Unordered List
* Of Items
* That are neat
`}
</ReactMarkdownMagic>

Loading with webpack

Component uses markdown-it which includes json data. The json-loader is required to import this with webpack:

{
  test: /\.json$/,
  loader: 'json'
},

Package Sidebar

Install

npm i react-markdown-magic

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • dhedgecock