From 577184279b9fafa12438b36458a2d0fe080f3029 Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin Date: Fri, 24 Feb 2017 22:00:14 +0700 Subject: [PATCH] Introduce Wiki markdown API option (#42) Amended with string to bool change. Signed-off-by: Andrew Boyarshin --- gitea/miscellaneous.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea/miscellaneous.go b/gitea/miscellaneous.go index ae12d6e..30aaee7 100644 --- a/gitea/miscellaneous.go +++ b/gitea/miscellaneous.go @@ -9,4 +9,5 @@ type MarkdownOption struct { Text string Mode string Context string + Wiki bool }