mandoc v1.2.1-beta.1
ManDoc
Your swiss-army knife to convert documents in Markdown to PDF or HTML.
Features
This project is inspired by
Installation
$ npm install mandoc -gExecutable Package Release is also in plan for Windows Users.
Docker Image provide is also in plan for Docker Users.
Quick Start
Convert your markdown into PDF through Mandoc
$ mandoc path/to/your/doc.md
$ open path/to/your/doc.pdfConvert a markdown bytes stream to PDF
$ curl https://raw.githubusercontent.com/chigix/mandoc/master/README.md | mandoc -o ./r.pdfWith Template to build for different situation from your original markdown
$ mandoc --template path/to/template_dir path/to/your/doc.mdTemplate in mandoc is similar to the concept of theme in building a web site. However mandoc is designed for converting your original markdown document into different shape of files for different situation and needs, which is mostly outputted to a single file as the final result for future usage.
About the template package, mandoc is designed to support npm packaged template
release as well, which means that you can share or download other designers'
template work through npm install -g tpl_name simply.
Format Specific Options
Currently, html and pdf are supported, and default output format would be
pdf.
If you want html format as the output result:
$ mandoc --to html path/to/your/doc.mdPrint Option Section
--pagesize SIZE, --print.pageSize SIZE
: Specify the paper size for output pdf file.
SIZE format can be:
A4A3 landscape400mm 600mm, where the left dedicates to the width to set and the right is height
TODO
print.marginoption support- Separate types package outside src, preparing for the future migration and typescript support in Template Script Files.
- Support YAML-Formatted Metadata Parsing
- Support curly-bracket wrapped directive: https://github.com/angular/angular/commit/1847550ad17ddd4a20d02b8a96f718e632ab27d1#diff-8aadef410e1b120ea8201253373fe1e5R2912
License
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago