Markdown-to-html in pure awk
Find a file
2024-09-09 00:28:04 +01:00
markdown.awk Initial implementation 2024-09-09 00:28:04 +01:00
README.md Initial implementation 2024-09-09 00:28:04 +01:00

A markdown-to-html in pure awk

This awk script reads markdown files and generates html from them. Compared to other implementations of markdown in awk, it tries to do the right thing most of the time.

You can use markdown.awk to generate html pages from your plaintext notes, or send html emails with mutt.

This is a work in progress

Usage

You can try it out by converting this readme to html:

awk -f markdown.awk README.md

License

Distributed under the terms of the BSD License