mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 13:07:35 -06:00
[chore]: Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 (#2140)
This commit is contained in:
parent
4b5a3e01d0
commit
3ee69cc0d3
37 changed files with 1872 additions and 1694 deletions
1
vendor/github.com/yuin/goldmark/extension/cjk.go
generated
vendored
1
vendor/github.com/yuin/goldmark/extension/cjk.go
generated
vendored
|
|
@ -29,6 +29,7 @@ type cjk struct {
|
|||
EscapedSpace bool
|
||||
}
|
||||
|
||||
// CJK is a goldmark extension that provides functionalities for CJK languages.
|
||||
var CJK = NewCJK(WithEastAsianLineBreaks(), WithEscapedSpace())
|
||||
|
||||
// NewCJK returns a new extension with given options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue