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:
zeripath
2020-04-09 11:54:50 +01:00
committed by GitHub
parent c02dee8bc4
commit 0be25e2150
10 changed files with 422 additions and 0 deletions

8
vendor/github.com/yuin/goldmark-meta/go.mod generated vendored Normal file
View 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
)