Introduce Wiki markdown API option (#42)

Amended with string to bool change.

Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
This commit is contained in:
Andrew Boyarshin 2017-02-24 22:00:14 +07:00 committed by Lunny Xiao
parent 06902fe195
commit 577184279b
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ type MarkdownOption struct {
Text string
Mode string
Context string
Wiki bool
}