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 6cefbfb20d Start adding basic tests 2017-05-27 16:37:10 +01:00
docs Add docs for inner linking 2017-05-10 21:48:22 +01:00
md_pdf Allow context to override builtins 2017-05-27 14:35:28 +01:00
scripts Update wkhtml download link 2017-05-25 21:42:28 +01:00
test-files Render submission date 2017-05-25 21:33:18 +01:00
tests Start adding basic tests 2017-05-27 16:37:10 +01:00
.gitignore Remove old files now created by template 2017-05-17 17:57:30 +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 Start adding basic tests 2017-05-27 16:37:10 +01:00
dev-requirements.txt Start adding basic tests 2017-05-27 16:37:10 +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.