forked from forgejo/forgejo
Custom URL-Schemas for Markdown
This commit is contained in:
parent
ab0ba4bbae
commit
3a9fd81f59
4 changed files with 6 additions and 10 deletions
|
@ -117,6 +117,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