mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 15:21:00 +08:00
Fix URL handling in the whole markdown module, improve test coverage (#1027)
Amended with string to bool change in API SDK. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
This commit is contained in:

committed by
Lunny Xiao

parent
12e71e5706
commit
0602a44b27
1
vendor/code.gitea.io/sdk/gitea/miscellaneous.go
generated
vendored
1
vendor/code.gitea.io/sdk/gitea/miscellaneous.go
generated
vendored
@ -9,4 +9,5 @@ type MarkdownOption struct {
|
||||
Text string
|
||||
Mode string
|
||||
Context string
|
||||
Wiki bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user