oscarmorrison / md-page
- понедельник, 8 октября 2018 г. в 00:21:58
JavaScript
📝 create a webpage with just markdown
Create a webpage with just markdown (and one js script)!
Create a new html page, my-page.html
Add the following script tag at the very top of the page
Write some markdown
<!-- my-page.html -->
<script src="https://cdn.rawgit.com/oscarmorrison/md-page/5833d6d1/md-page.js"></script><noscript>
# Header
Welcome to my simplest site
- A
- awesome
- list
(see the wiki for more info)