Markdown rendering notes
Markdown stays useful because it keeps the source text close to the finished page.
Markdown stays useful because it keeps the source text close to the finished page.
var buf bytes.Buffer
err := goldmark.Convert([]byte(markdown), &buf)
For this MVP the rendered HTML is not cached. That keeps the schema simple, and the cost is tiny for a handful of posts.