summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorAndrew Boyarshin <andrew.boyarshin@gmail.com>2017-02-24 21:59:56 +0700
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-24 22:59:56 +0800
commit0602a44b276b009c1f7eb65c589ec284ef4131cf (patch)
tree8177d22a525e6bd7dcc535b58f1813c19ec9efac /vendor
parent12e71e570619aa6f0e0289caa0b000158260065b (diff)
downloadgitea-0602a44b276b009c1f7eb65c589ec284ef4131cf.tar.gz
gitea-0602a44b276b009c1f7eb65c589ec284ef4131cf.zip
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>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/code.gitea.io/sdk/gitea/miscellaneous.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/sdk/gitea/miscellaneous.go b/vendor/code.gitea.io/sdk/gitea/miscellaneous.go
index ae12d6ec56..30aaee77c8 100644
--- a/vendor/code.gitea.io/sdk/gitea/miscellaneous.go
+++ b/vendor/code.gitea.io/sdk/gitea/miscellaneous.go
@@ -9,4 +9,5 @@ type MarkdownOption struct {
Text string
Mode string
Context string
+ Wiki bool
}