Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 502 Bytes

React component that renders markdown input

import Md from './MarkdownRenderer';

...

<Md render={`
  # This is an <h1> tag
  ## This is an <h2> tag
  ###### This is an <h6> tag
`} />

see App.js for further usage examples

to start demo: yarn start

dependencies:

This project was bootstrapped with Create React App.