1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 03:10:18 +00:00

remove markdown

This commit is contained in:
astaxie
2013-07-25 16:40:37 +08:00
parent ab08aa9c9e
commit 259617f68d
2 changed files with 0 additions and 10 deletions

View File

@ -23,7 +23,6 @@ func init() {
beegoTplFuncMap = make(template.FuncMap)
BeeTemplateExt = make([]string, 0)
BeeTemplateExt = append(BeeTemplateExt, "tpl", "html")
beegoTplFuncMap["markdown"] = MarkDown
beegoTplFuncMap["dateformat"] = DateFormat
beegoTplFuncMap["date"] = Date
beegoTplFuncMap["compare"] = Compare