mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-16 13:46:14 +00:00
Handle yaml frontmatter (#11016)
Add goldmark-meta to render yaml frontmatter as a table Fix #5377 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
8
vendor/github.com/yuin/goldmark-meta/go.mod
generated
vendored
Normal file
8
vendor/github.com/yuin/goldmark-meta/go.mod
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/yuin/goldmark-meta
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/yuin/goldmark v1.1.7
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
)
|
Reference in New Issue
Block a user