Skip to main content

Simple MarkDown renderer

Project description

Markdrip

MarkDrip is a simple HTML generator. Mistletoe is used for rendering.

The site is here even in the rendered result.

Install

Recommend using pipx.

pip install markdrip

How to use

markdrip filename

Options

Run markdrip --help.

Usage: main.py [OPTIONS] TARGET

Options:
  --output TEXT  Output destination file path
  --theme TEXT   Applicable CSS file name. Does not include extension.
  --help         Show this message and exit.

Custom CSS

CSS is stored under ~ / .markdrip. Note that when writing CSS, specify the tag name directly in the selector.

Ex.)

h1, h2, h3, h4, h5 {
	color: black
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdrip-0.1.4.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

markdrip-0.1.4-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page