# convert-markdown Simple Markdown to HTML converter using lowdown_file(3). ## Usage ```console $ convert-markdown # header hello **world** [Ctrl-D]
hello world
``` ```console $ convert-markdown < README.mdSimple Markdown to HTML converter using lowdown_file(3).
$ 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/)