Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
This commit is contained in:
commit
4e96a4a62b
5 changed files with 20 additions and 16 deletions
|
@ -41,6 +41,9 @@ ORG_PAGING_NUM = 50
|
|||
[markdown]
|
||||
; Enable hard line break extension
|
||||
ENABLE_HARD_LINE_BREAK = false
|
||||
; List of custom URL-Schemes that are allowed as links when rendering Markdown
|
||||
; for example git,magnet
|
||||
CUSTOM_URL_SCHEMES =
|
||||
|
||||
[server]
|
||||
PROTOCOL = http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue