😀 How to start a startup 🔥
saadpasta opened this issue · 1 comments
saadpasta commented
Live demo
Changes are automatically rendered as you type.
Table of Contents
- Implements GitHub Flavored Markdown
- 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!
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?
More info?
Read usage information and more on GitHub
These tell git to add all the work that you’ve done so far into one tidy package called a “commit.” Then, it names your commit to represent the changes that you’ve made. For my first commit, I always call it “initial commit.” However, if you just built your header HTML, you might call your commit “header HTML.” You should see something like this:
A component by Saad Pasta
saadpasta commented
test comment from github api