markdown-it
A configurable HTTP server that serves markdown files rendered to HTML withhttp-server-md
README & DOCS TODO
Installation
pnpm add -g http-server-md
Developing
pnpm gen-readme // update README.md
pnpm docs // update DOCUMENTATION.md
pnpm test // lint & mocha
pnpm update-deps // bump all deps
API Reference
The standalone JSDoc-generated documentation can be found in DOCUMENTATION.md.
Release History
See CHANGELOG.md for more information.
License
Distributed under the MIT license. See LICENSE.md for more information.
Contributing
- Fork it
- 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