-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow different HardBreaks settings for documents and comments #11515
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
Changes from 6 commits
8680215
9fc97f7
ec1ff9a
a105bf1
9981549
de6f612
0c75afe
367091c
791673e
557c07e
cfb62db
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -152,9 +152,12 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. | |||||||
|
||||||||
## Markdown (`markdown`) | ||||||||
|
||||||||
- `ENABLE_HARD_LINE_BREAK`: **true**: Render soft line breaks as hard line breaks, which | ||||||||
- `ENABLE_HARD_LINE_BREAK_IN_COMMENTS`: **true**: Render soft line breaks as hard line breaks in comments, which | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not even deprecated - it's just not used. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As this was introduced in 1.12 we still have time to fix this to not be breaking There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh cool, let's remove that comment then! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Default was changed at least, setting was there before but was false by default imho There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes it was #11162 |
||||||||
means a single newline character between paragraphs will cause a line break and adding | ||||||||
trailing whitespace to paragraphs is not necessary to force a line break. | ||||||||
trailing whitespace to paragraphs is not necessary to force a line break. (Previously one setting covered both.) | ||||||||
zeripath marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
- `ENABLE_HARD_LINE_BREAK_IN_DOCUMENTS`: **false**: Render soft line breaks as hard line breaks in documents, which | ||||||||
means a single newline character between paragraphs will cause a line break and adding | ||||||||
trailing whitespace to paragraphs is not necessary to force a line break. (Previously one setting covered both.) | ||||||||
zeripath marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
- `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 | ||||||||
|
Uh oh!
There was an error while loading. Please reload this page.