2026-05-21
Writing With Markdown
Markdown is a comfortable format for code-heavy writing.
You can write prose, links, lists, quotes, and fenced code blocks without fighting HTML.
select render_article('writing-with-markdown');
The import script stores both versions:
raw_body: the original Markdownhtml_body: the rendered HTML
That means you can improve your renderer later without losing your original source.