markconv
Feature-rich markdown converter currently supporting HTML and PDF
Quick start
# Install markconv globaly to use in cli npm i markconv -g # Example cli command markconv source=MyFile.md format=pdf
Features
-
Export to HTML and PDF
-
CSS support
-
Automatic wiki-like heading numbering
-
LaTeX support
-
Both library and CLI tool
How to use
CLI
# Install markconv globaly npm i markconv -g # Use markconv in CLI markconv --help
API
Install markconv
npm i markconv
Use markconv
in your code
const markconv = const fs =
Markdown helpers
Page Break
# First page---# Second page<hr># Third page
TOC Generator
@[toc]