Skip to content

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

License

Notifications You must be signed in to change notification settings

phortuin/downpipe

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages