From 0602a44b276b009c1f7eb65c589ec284ef4131cf Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin Date: Fri, 24 Feb 2017 21:59:56 +0700 Subject: 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 --- vendor/code.gitea.io/sdk/gitea/miscellaneous.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor') 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 } -- cgit v1.2.3