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 7d76b413ea Fix example bibliography format 2017-05-03 15:19:43 +01:00
docs Write documentation about output directory 2017-04-27 20:31:01 +01:00
md_pdf Fix scss linting 2017-05-03 14:13:14 +01:00
scripts Add helper script source 2017-04-27 19:36:46 +01:00
test-files Fix example bibliography format 2017-05-03 15:19:43 +01:00
.gitignore
.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 dont waste time updating 2017-04-27 19:30:20 +01:00
dev-requirements.txt
package.json Fix scss linting 2017-05-03 14:13:14 +01:00
setup.py include package data 2017-04-27 19:15:24 +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.