https://github.com/kelasmaster/kelasmaster.github.io
https://github.com/kelasmaster/kelasmaster.github.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelasmaster/kelasmaster.github.io
- Owner: kelasmaster
- License: mit
- Created: 2025-03-06T00:04:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T13:35:48.000Z (about 1 year ago)
- Last Synced: 2025-06-14T14:32:18.496Z (about 1 year ago)
- Language: JavaScript
- Size: 569 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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/
