test post
ZK
Zahid Karakaya / March 22, 2021
1 min read
Title Here!
TOPIC_NAME#
TOPIC_DETAILS blah blah blah...
Table of Contents#
- topic content 1 Reference
- Renders actual, "native" React DOM elements
- Allows you to escape or skip HTML (try toggling the checkboxes above)
- If you escape or skip the HTML, no
dangerouslySetInnerHTML
is used! Yay!
Getting started#
Preliminary question:
HTML block below#
This blockquote will change based on the HTML settings above.
How about some code?#
var React = require("react");
var Markdown = require("react-markdown");
React.render(
<Markdown source="# Your markdown here" />,
document.getElementById("content")
);
Pretty neat, eh?
Tables?#
Feature | Support |
---|---|
tables | ✔ |
alignment | ✔ |
wewt | ✔ |