0
0
Fork 0

changed HTML highlighter to use html mark tag

This commit is contained in:
Marty Schoch 2015-07-06 17:33:15 -04:00
parent 65556f45c7
commit e2223f5121
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ func init() {
_, err := Config.Cache.DefineFragmentFormatter("highlightSpanHTML",
map[string]interface{}{
"type": "html",
"before": `<span class="highlight">`,
"after": `</span>`,
"before": `<mark>`,
"after": `</mark>`,
})
if err != nil {
panic(err)