Skip to content

oscarmorrison/md-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36eef73 Β· Jan 31, 2024

History

82 Commits
Jan 31, 2024
Dec 13, 2022
May 14, 2020
Apr 3, 2023
May 13, 2020
Dec 13, 2022
Dec 13, 2022
Apr 3, 2023
Oct 5, 2018
Jan 31, 2024
May 13, 2020
Jan 31, 2024
Apr 3, 2023

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/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/

side-by-side