UNPKG

react-md-editor

Version:
20 lines (19 loc) 537 B
<!doctype html> <head> <title>React Markdown Editor</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>React Markdown Editor</h1> <h2><a href="http://github.com/JedWatson/react-md-editor">View project on GitHub</a></h2> <!-- the example app is rendered into this div --> <div id="app"></div> <div class="footer"> Copyright &copy; 2015 Jed Watson. </div> </div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>