diff options
author | zeripath <art27@cantab.net> | 2020-04-24 14:22:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 14:22:36 +0100 |
commit | 812cfd0ad9bb85b13ce77f611b3c80dad371d1ef (patch) | |
tree | ff3972334966400b18e079c9f488c01cc840a682 /go.mod | |
parent | d3fc9c08c81d8a24ccaaacdb0e6eb0b2619691cf (diff) | |
download | gitea-812cfd0ad9bb85b13ce77f611b3c80dad371d1ef.tar.gz gitea-812cfd0ad9bb85b13ce77f611b3c80dad371d1ef.zip |
Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047)
* Add control for the rendering of the frontmatter
* Add control to include a TOC
* Add control to set language - allows control of ToC header and CJK glyph choice.
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
@@ -124,6 +124,7 @@ require ( gopkg.in/ini.v1 v1.52.0 gopkg.in/ldap.v3 v3.0.2 gopkg.in/testfixtures.v2 v2.5.0 + gopkg.in/yaml.v2 v2.2.8 mvdan.cc/xurls/v2 v2.1.0 strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 xorm.io/builder v0.3.7 |