[bugfix] Markdown formatting updates (#743)

* add minify dependency specifically for markdown

* rearrange markdown formatting

* update markdown tests
This commit is contained in:
tobi 2022-08-07 18:19:16 +02:00 committed by GitHub
commit 879b4abde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 7259 additions and 19 deletions

16
vendor/github.com/tdewolff/parse/v2/.golangci.yml generated vendored Normal file
View file

@ -0,0 +1,16 @@
linters:
enable:
- depguard
- dogsled
- gofmt
- goimports
- golint
- gosec
- govet
- megacheck
- misspell
- nakedret
- prealloc
- unconvert
- unparam
- wastedassign