mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 13:57:28 -06:00
[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)
Co-authored-by: Autumn! <autumnull@posteo.net>
This commit is contained in:
parent
2b0342b231
commit
eb08529f35
71 changed files with 16261 additions and 8358 deletions
10
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
Normal file
10
vendor/github.com/yuin/goldmark/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.PHONY: test fuzz
|
||||
|
||||
test:
|
||||
go test -coverprofile=profile.out -coverpkg=github.com/yuin/goldmark,github.com/yuin/goldmark/ast,github.com/yuin/goldmark/extension,github.com/yuin/goldmark/extension/ast,github.com/yuin/goldmark/parser,github.com/yuin/goldmark/renderer,github.com/yuin/goldmark/renderer/html,github.com/yuin/goldmark/text,github.com/yuin/goldmark/util ./...
|
||||
|
||||
cov: test
|
||||
go tool cover -html=profile.out
|
||||
|
||||
fuzz:
|
||||
cd ./fuzz && go test -fuzz=Fuzz
|
||||
Loading…
Add table
Add a link
Reference in a new issue