shithub: hugo

Download patch

ref: 5f6b6ec68936ebbbf590894c02a1a3ecad30735f
parent: 366ee4d8da1c2b0c1751e9bf6d54638439735296
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Fri Aug 16 11:55:03 EDT 2019

Prepare for Goldmark

This commmit prepares for the addition of Goldmark as the new Markdown renderer in Hugo.

This introduces a new `markup` package with some common interfaces and each implementation in its own package.

See #5963