set -e title="$(lowdown -X title "$1")" date="$(lowdown -X date "$1")" author="$(lowdown -X author "$1")" flags="--html-no-skiphtml --html-no-escapehtml" cat<

$title

$author
$(lowdown $flags "$1")
EOF