mirror of
https://gitee.com/gitea/gitea
synced 2025-12-01 13:50:31 +08: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