Hello World!

Shubham Gulati·May 16, 2022
1 min read·
Hey There👋
Welcome to Blog One✨ Let's learn together!
Table of Contents
- topic content 1
- 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 | ✔ |
Other posts you might like
Subscribe to the newsletter
Get emails from me about web development, tech, and early access to new articles.