@marioa/react-md

react markdown component of render markdown file.

Usage no npm install needed!

<script type="module">
  import marioaReactMd from 'https://cdn.skypack.dev/@marioa/react-md';
</script>

README

react-md

react markdown component of render markdown file.

Installation

$ yarn add @marioa/react-md

Use

import ReactMd from 'react-md';
import demo from './demo.md';

// render markdown
ReactDOM.render(<ReactMd markdown={demo} />, document.getElementById('root'));