-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
LGTM |
This PR would also require documentation change. For example: Wiki: Render markdown as wiki page. Influences link URLs. |
LGTM |
gitea/miscellaneous.go
Outdated
@@ -9,4 +9,5 @@ type MarkdownOption struct { | |||
Text string | |||
Mode string | |||
Context string | |||
Wiki string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a bool
, not a string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed
I agree, but there were problems finding documentation. How can I be sure without docs that |
@andrew-boyarshin what bind? |
@lunny go-macaron one, the one which binds JSON GET request to |
Amended with string to bool change. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
@bkcsoft time to remove change request? Pending merge. |
LGTM |
As it is in the title.
For go-gitea/gitea#1027.