archive
/
md-pdf
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jake Howard 2997f89b0b
Better test document
2017-06-28 09:39:00 +01:00
docs Add docs for inner linking 2017-05-10 21:48:22 +01:00
md_pdf Fix and better test table of content indentation 2017-06-26 14:20:25 +01:00
scripts Collect coverage 2017-06-08 10:09:52 +01:00
test-files Better test document 2017-06-28 09:39:00 +01:00
tests Add dedicated tests for jinja templates 2017-06-10 11:17:33 +01:00
.gitignore Add type checking 2017-06-08 10:04:09 +01:00
.sass-lint.yml Fix scss linting 2017-05-03 14:13:14 +01:00
README.md Move documentation into directory 2017-04-26 13:24:08 +01:00
circle.yml Add type checking 2017-06-08 10:04:09 +01:00
dev-requirements.txt Collect coverage 2017-06-08 10:09:52 +01:00
package.json Fix scss linting 2017-05-03 14:13:14 +01:00
setup.py Start adding basic tests 2017-05-27 16:37:10 +01:00

README.md

MD-PDF

CircleCI Github Releases

Convert markdown files into PDF Documents.

Features

  • Multiple output formats
  • Bibliography with 1400+ referencing formats
  • Templating support (powered by jinja2)
  • Cover pages
  • Page numbers in footer
  • Student / TurnItIn Number in header / cover

Note: All features are completely optional

Documentation

Documentation can be found in the docs/ directory.

Usage

$ mdp --help
usage: mdp [-h] [-v] [--update-csl]

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  Set verbosity level (repeat argument)
  --update-csl   Update CSL files

Configuration

An example configuration file can be found Here.