Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

📝 create a webpage with just markdown
https://github.com/oscarmorrison/md-page

html markdown onepagewebsite simple

Last synced: about 2 months ago
JSON representation

📝 create a webpage with just markdown

Awesome Lists containing this project

README

        


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](https://guides.github.com/features/mastering-markdown/)
```

# Header
Welcome to my simplest site

- An
- awesome
- list
```

(see the [docs](https://github.com/oscarmorrison/md-page/tree/master/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