# convert-markdown Simple Markdown to HTML converter using lowdown_file(3). ## Usage ```console $ convert-markdown # header hello **world** [Ctrl-D]

header

hello world

``` ```console $ convert-markdown < README.md

convert-markdown

Simple Markdown to HTML converter using lowdown_file(3).

Usage

$ convert-markdown
# header
hello **world**
[Ctrl-D]
<h1 id="header">header</h1>

<p>hello <strong>world</strong></p>
``` ## License [ISC](https://opensource.org/license/isc-license-txt/)