slate-markdown
slate-markdown copied to clipboard
readOnly markdown rendering
Given input like this:
## Hello world
_what's up_
The editor should render the markdown out when in readOnly mode, so it should look like this:
Hello world
what's up