elqui-app / md2html

Executable to generate html from markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md2html

Executable to generate html from markdown.

How to install ?

npm install node-md2html -g

How to use it ?

Write markdown formatted documentation and generate automatically a sexy html documentation.

md2html doc.md > doc.html

This will generate only the html corresponding to your markdown without headers and style.

If you want a complete html page, you may use template like the default template (using stackedit default style) :

md2html doc.md --default-template > doc.html

Thanks

This project is inspired from stackedit but works as a standalone without-browser version.

Like stackedit, it uses :

Next steps

The next improvments might be :

  • integration of flowcharts
  • management of pagedown-extra

About

Executable to generate html from markdown.

License:GNU General Public License v3.0


Languages

Language:HTML 70.9%Language:JavaScript 29.1%