node-md2html

0.1.2 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-md2html

    Weekly Downloads

    1

    Version

    0.1.2

    License

    LGPL-3.0

    Last publish

    Collaborators

    • friedrit