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.
- Write tests for
h1-to-title
transform plugin - Make said transform into its own plugin