diff options
author | 2024-02-05 09:50:35 +0000 | |
---|---|---|
committer | 2024-02-05 09:50:35 +0000 | |
commit | a482cb59f2c9e29c133c4b864cc1e32af1fb99a7 (patch) | |
tree | 65778a279d5aa84d53f1a997a958e8f42c64e981 /vendor/github.com/yuin/goldmark/parser/html_block.go | |
parent | [chore] bump activity dependency -> v1.6.0-gts (#2599) (diff) | |
download | gotosocial-a482cb59f2c9e29c133c4b864cc1e32af1fb99a7.tar.xz |
[chore]: Bump github.com/yuin/goldmark from 1.6.0 to 1.7.0 (#2603)
Diffstat (limited to 'vendor/github.com/yuin/goldmark/parser/html_block.go')
-rw-r--r-- | vendor/github.com/yuin/goldmark/parser/html_block.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/yuin/goldmark/parser/html_block.go b/vendor/github.com/yuin/goldmark/parser/html_block.go index bf0258b5d..09dc21f42 100644 --- a/vendor/github.com/yuin/goldmark/parser/html_block.go +++ b/vendor/github.com/yuin/goldmark/parser/html_block.go @@ -61,8 +61,8 @@ var allowedBlockTags = map[string]bool{ "option": true, "p": true, "param": true, + "search": true, "section": true, - "source": true, "summary": true, "table": true, "tbody": true, |