Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 530 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 530 Bytes

Downpipe

Command line utility to convert Markdown to HTML, including inlined CSS

This is a very simple CLI program that takes a stream of markdown, converts it to a valid HTML document with inlined CSS styles and outputs as a string.

Usage:

$ downpipe < readme.md > index.html

Uses Unified & Rehype plus several plugins.

To do

  • Write tests for h1-to-title transform plugin
  • Make said transform into its own plugin