Have you ever wanted to build a single-page application inside of one giant Markdown file? Well, now you with the help of md_spa
!
With md_spa
you can build an entire single-page application inside of a Markdown file and compile it down to a single HTML file or a standalone executable web server.
git clone https://github.com/hachibu/md_spa.git
cd md_spa
make install
make uninstall
md_spa examples/index.md --build=html
open examples/index.html
md_spa examples/index.md --build=exe
examples/index.exe --port=4567
md_spa examples/index.md --serve
make build && bin/md_spa
make test
- Fork it (https://github.com/hachibu/md_spa/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new pull request
- hachibu - creator, maintainer