Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Comamoca/MarkDrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This repository has been archived. See goma for alternative tools.

I have learned a lot from the development of this tool. I have learned a lot from developing this tool, and I am using it in my current development. Thank you Markdrip and contributors!! I would like to thank you again.🙏

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
}