Pretty Doc is quick and convenient markdown to html converter with beautiful templates, aiming to provide a simple tool to generate beautiful docs for common use.
[TOC]
- Beautiful built-in templates:
default,bootstrap,parallel - Code highlight
- Markdown TOC supports
- Easy to customize template
- Support GFM( GitHub Flavored Markdown ) syntax
Pretty Doc is relied on ruby environment. Please make sure that your system has ruby installed.
gem install pretty_doc# Usage: pretty_doc [options] files
#
# Options:
#
# -o, --output [path] output to a given folder
# -t, --template [folder] choose a template
# -l, --line-numbers enable line numbers for codes
# -v, --version output the version number
# -h, --help output usage informationtemplate structure
├── init.rb
├── style.scss
└── template.html.erb
- Add docs for how to create a custom template