1.0.3 • Published 7 years ago
notebuild v1.0.3
notebuild
Markdown -> HTML & MathJax.
(You can also use Typora to do the same thing :P )
What we add:
- Markdown to HTML (certainly!)
- MathJax (to show your LaTeX formulas)
- Bootstrap (to make the page a little more pretty)
Usage
notebuild <markdown file>
: Generage a HTML using it,- ... you can also set the filename of HTML:
notebuild <markdown file> [HTML filename]
Examples
notebuild a.md
-> a.htmlnotebuild myAbsolutelyGreatFile.md myAbsoluteBeautifulHTML.html
-> myAbsoluteBeautifulHTML.html