Hacker News new | ask | show | jobs
by danso 4849 days ago
1. Thanks!

2. I referenced this in a sub-comment: what are the options of parsing Markdown using a bash-only blogging utility?

1 comments

It is theoretically easy, one would only have to add a parse_markdown() function which converts MD to HTML, there are many parsers out there.

For me, after many years of making web pages, HTML is easier than Markdown.