forked from forgejo/forgejo
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
|
@ -118,6 +118,7 @@ var (
|
|||
// Markdown sttings
|
||||
Markdown struct {
|
||||
EnableHardLineBreak bool
|
||||
CustomURLSchemes []string `ini:"CUSTOM_URL_SCHEMES"`
|
||||
}
|
||||
|
||||
// Picture settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue