mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Sanitize HTML in Markdown sections
This commit is contained in:
parent
6882491201
commit
a4384210d4
3 changed files with 9 additions and 2 deletions
1
go.mod
1
go.mod
|
@ -23,6 +23,7 @@ require (
|
|||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/lib/pq v1.2.0
|
||||
github.com/mb0/diff v0.0.0-20131118162322-d8d9a906c24d // indirect
|
||||
github.com/microcosm-cc/bluemonday v1.0.2
|
||||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
||||
github.com/pkg/errors v0.8.0
|
||||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue