]> source.dussan.org Git - gitea.git/commitdiff
Update config-cheat-sheet.en-us.md (#8497)
authorBenson Muite <bkmgit@users.noreply.github.com>
Tue, 15 Oct 2019 02:39:55 +0000 (05:39 +0300)
committerzeripath <art27@cantab.net>
Tue, 15 Oct 2019 02:39:55 +0000 (03:39 +0100)
* Update config-cheat-sheet.en-us.md

Add more information on configuring URI hyperlink rendering for Markdown.

* Update config-cheat-sheet.en-us.md

Update description as suggested by @guillep2k

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 6313e705d4c0d1b6276876aafaa2f33ef68bc1db..29a971da12d681fc1103a906587c997e2040a6d7 100644 (file)
@@ -108,6 +108,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
 ## Markdown (`markdown`)
 
 - `ENABLE_HARD_LINE_BREAK`: **false**: Enable Markdown's hard line break extension.
+- `CUSTOM_URL_SCHEMES`: Use a comma separated list (ftp,git,svn) to indicate additional
+  URL hyperlinks to be rendered in Markdown. URLs beginning in http and https are
+  always displayed
 
 ## Server (`server`)