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:
parent
06902fe195
commit
577184279b
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ type MarkdownOption struct {
|
||||||
Text string
|
Text string
|
||||||
Mode string
|
Mode string
|
||||||
Context string
|
Context string
|
||||||
|
Wiki bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue