summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorBenson Muite <bkmgit@users.noreply.github.com>2019-10-15 05:39:55 +0300
committerzeripath <art27@cantab.net>2019-10-15 03:39:55 +0100
commitebe8ff782fd56378e9946b716fd7e95babf67411 (patch)
treea6c431f225b503070f3c26a12cb876b6977ed029 /docs/content
parentcea8ea5ae64bbb287ed7011c6fc2e51ccdfb9cb3 (diff)
downloadgitea-ebe8ff782fd56378e9946b716fd7e95babf67411.tar.gz
gitea-ebe8ff782fd56378e9946b716fd7e95babf67411.zip
Update config-cheat-sheet.en-us.md (#8497)
* 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>
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index 6313e705d4..29a971da12 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -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`)