8000 GitHub - svishnu88/blogs: contains markdown for blogs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

svishnu88/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

Tables?

Feature Support
tables
alignment
wewt

More info?

Read usage information and more on GitHub


A component by Espen Hovlandsdal

About

contains markdown for blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0