test post

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#

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?#

FeatureSupport
tables
alignment
wewt