#!/usr/bin/env bash # use md2html with basic styling to test README.md cat <(echo "") <(md2html README.md) > README.html