-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update config-cheat-sheet.en-us.md #8497
Conversation
Add more information on configuring URI hyperlink rendering for Markdown.
@@ -108,6 +108,8 @@ 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 (http,https,ftp,git,svn) to indicate | |||
URI hyperlinks that should be rendered in Markdown. The default is only http and https. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not URI but URL in this case. Also, http and https are always rendered no matter what this setting says.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be part of the pr that does the custom URL schemes assuming we haven't merged that yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guillep2k @zeripath Thanks for suggestions. Updated contents as suggested. Feel free to incorporate into pr for custom URL schemes.
Update description as suggested by @guillep2k
Codecov Report
@@ Coverage Diff @@
## master #8497 +/- ##
==========================================
- Coverage 41.72% 41.71% -0.02%
==========================================
Files 512 512
Lines 66942 66942
==========================================
- Hits 27930 27923 -7
- Misses 35422 35433 +11
+ Partials 3590 3586 -4
Continue to review full report at Codecov.
|
Co-Authored-By: guillep2k <[email protected]>
Build failing due to #8474 unrelated to this PR. |
Make lg-tm work |
Add more information on configuring URI hyperlink rendering for Markdown.
Partially addressing #8478