diff options
author | Wim <wim@42.be> | 2020-02-02 18:35:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 18:35:43 +0100 |
commit | 585d1556c18abc8b259819847d05b2b088bee806 (patch) | |
tree | 73d6d1cfc888e07149ea71da0e30e378081c680f /go.mod | |
parent | 748655587527875ea360822255a60a892b8c4953 (diff) | |
download | matterbridge-msglm-585d1556c18abc8b259819847d05b2b088bee806.tar.gz matterbridge-msglm-585d1556c18abc8b259819847d05b2b088bee806.tar.bz2 matterbridge-msglm-585d1556c18abc8b259819847d05b2b088bee806.zip |
Disable smartypants in markdown parser. Fixes #989, #983 (#993)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/dfordsoft/golib v0.0.0-20180902042739-76ee6ab99bec github.com/fsnotify/fsnotify v1.4.7 github.com/go-telegram-bot-api/telegram-bot-api v4.6.5-0.20181225215658-ec221ba9ea45+incompatible - github.com/gomarkdown/markdown v0.0.0-20200105192015-0948ad373b2c + github.com/gomarkdown/markdown v0.0.0-20200127000047-1813ea067497 github.com/google/gops v0.3.6 github.com/gopackage/ddp v0.0.0-20170117053602-652027933df4 // indirect github.com/gorilla/schema v1.1.0 |