diff options
author | zeripath <art27@cantab.net> | 2020-04-09 11:54:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 11:54:50 +0100 |
commit | 0be25e21501ccf8c0f27e2fa87aba00ad304c951 (patch) | |
tree | d6417c87f44776351ca1678df2a5cf1a2772cf10 /go.mod | |
parent | c02dee8bc4fbf4aa3afce33f56d1838d5f0c738f (diff) | |
download | gitea-0be25e21501ccf8c0f27e2fa87aba00ad304c951.tar.gz gitea-0be25e21501ccf8c0f27e2fa87aba00ad304c951.zip |
Handle yaml frontmatter (#11016)
Add goldmark-meta to render yaml frontmatter as a table
Fix #5377
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ require ( github.com/urfave/cli v1.20.0 github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53 github.com/yuin/goldmark v1.1.25 + github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 go.etcd.io/bbolt v1.3.3 // indirect golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e |