github

oscarmorrison / md-page

  • понедельник, 8 октября 2018 г. в 00:21:58
https://github.com/oscarmorrison/md-page

JavaScript
📝 create a webpage with just markdown



logo

markdown page

Create a webpage with just markdown (and one js script)!

Installation

  1. Create a new html page, my-page.html

  2. Add the following script tag at the very top of the page

  3. 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)

Demo

https://oscarmorrison.com/md-page/

side-by-side