Skip to content

gramian/md-page

 
 

Repository files navigation

logo

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/master/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.com/md-page/

side-by-side

About

📝 create a webpage with just markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • HTML 1.1%