Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117129996
PhutilRemarkupRuleLinebreaks.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jun 11, 16:44
Size
192 B
Mime Type
text/x-php
Expires
Fri, Jun 13, 16:44 (2 d)
Engine
blob
Format
Raw Data
Handle
26661705
Attached To
rPHU libphutil
PhutilRemarkupRuleLinebreaks.php
View Options
<?php
/**
* @group markup
*/
final
class
PhutilRemarkupRuleLinebreaks
extends
PhutilRemarkupRule
{
public
function
apply
(
$text
)
{
return
phutil_escape_html_newlines
(
$text
);
}
}
Event Timeline
Log In to Comment