4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-04 20:37:44 +00:00

Disable smartypants in markdown parser. Fixes #989, #983 (#993)

This commit is contained in:
Wim
2020-02-02 18:35:43 +01:00
committed by GitHub
parent 7486555875
commit 585d1556c1
6 changed files with 11 additions and 7 deletions

View File

@ -8,7 +8,7 @@ A renderer can be configured with multiple options:
import "github.com/gomarkdown/markdown/html"
flags := html.CommonFlags | html.CompletePage | html.HrefTargetBlank
opts := html.RenderOptions{
opts := html.RendererOptions{
TItle: "A custom title",
Flags: flags,
}