Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4821137
1-remarkup-linebreaks-disabled.patch
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Aug 24, 10:41 AM
Size
420 B
Mime Type
text/x-diff
Expires
Wed, Aug 26, 10:41 AM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
281068
Attached To
rXR Xreate
1-remarkup-linebreaks-disabled.patch
View Options
--- a/src/infrastructure/markup/PhabricatorMarkupEngine.php
+++ b/src/infrastructure/markup/PhabricatorMarkupEngine.php
@@ -454,7 +454,7 @@ final class PhabricatorMarkupEngine extends Phobject {
'uri.full' => false,
'syntax-highlighter.engine' => PhabricatorEnv::getEnvConfig(
'syntax-highlighter.engine'),
- 'preserve-linebreaks' => true,
+ 'preserve-linebreaks' => false,
);
}
Event Timeline
Log In to Comment