Home

Awesome

<p align="center"> <img src="https://user-images.githubusercontent.com/1651212/46570190-b8147200-c9a3-11e8-9c1f-d0a50d0540b6.jpg" alt="logo" width="200px" /> </p>

markdown page

Create a webpage with just markdown!

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://rawcdn.githack.com/oscarmorrison/md-page/232e97938de9f4d79f4110f6cfd637e186b63317/md-page.js"></script><noscript>


# Header
Welcome to my simplest site

- An
- awesome
- list

(see the docs for more info)

Demo

editable demo: https://jsbin.com/katuyos/edit?html,output
live demo: https://oscarmorrison.github.io/md-page/

<img alt="side-by-side" src="https://user-images.githubusercontent.com/1651212/46581080-1cefcb00-ca7d-11e8-8a4f-828dbe945dc6.png">