npm.io
2.3.1 • Published 5 years agoCLI

markspec

Licence
MIT
Version
2.3.1
Deps
7
Size
81 kB
Vulns
3
Weekly
0

Markspec

Yet Another Markdown renderer, meant for technical specification, with Github/Gitlab Flavored Markdown

  • Common Mark
  • URL Auto linking
  • Frontmatter
  • Emoji
  • KaTeX Formula
  • Mermaid Diagrams
  • PlantUML Diagrams
  • Footnotes

Install

npm i -g markspec

Usage

Usage:
  $ markspec [...patterns]

Commands:
  [...patterns]  convert markdown to html

For more info, run any command with the `--help` flag:
  $ markspec --help

Options:
  -o, --output-dir <dir>  output directory
  --ignore                patterns to exclude (default: **/node_modules)
  --gitignore             ignore patterns in .gitignore files (default: true)
  -v, --version           Display version number
  -h, --help              Display this message