Skip to content

verillious/daub

Repository files navigation

🖌️ daub

Black Pulse Checks Publish

Opinionated pdf renderer


⚙️ Install

pip install --user daub

Or, to install from source:

git clone git@github.com:verillious/daub.git
pip install --user -e daub/

🖊️ Usage

From the command line:

Usage: daub [OPTIONS] MARKDOWN_FILE

  Opinionated pdf renderer

Options:
  -o, --output PATH  Override the output pdf file path.
  --css PATH         Override the default stylesheet.
  --version          Show the version and exit.
  --help             Show this message and exit.

💪 Features

  • Converts a markdown file to a pdf file
  • Optionally takes in a custom css file for styling
  • By default tries to emulate the minimal-github-theme

🔍 Alternatives

🙏 Credits

🍪 This package was created with Cookiecutter and the verillious/cookiecutter-python project template.