Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14031649
D7996.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7996.diff
View Options
Index: src/docs/user/userguide/remarkup.diviner
===================================================================
--- src/docs/user/userguide/remarkup.diviner
+++ src/docs/user/userguide/remarkup.diviner
@@ -18,7 +18,7 @@
These are inline styles, and can be applied to most text:
- **bold** //italic// ##monospaced## `monospaced` ~~deleted~~
+ **bold** //italic// ##monospaced## `monospaced` ~~deleted~~ __underlined__
D123 T123 rX123 # Link to Objects
{D123} {T123} # Link to Objects (Full Name)
{F123} # Embed Images
@@ -58,9 +58,10 @@
##monospaced text##
`monospaced text`
~~deleted text~~
+ __underlined text__
Those produce **bold text**, //italic text//, ##monospaced text##,
-`monospaced text` and ~~deleted text~~, respectively.
+`monospaced text`, ~~deleted text~~, and __underlined text__, respectively.
= Layout =
Index: src/infrastructure/markup/PhabricatorMarkupEngine.php
===================================================================
--- src/infrastructure/markup/PhabricatorMarkupEngine.php
+++ src/infrastructure/markup/PhabricatorMarkupEngine.php
@@ -455,6 +455,7 @@
$rules[] = new PhutilRemarkupRuleBold();
$rules[] = new PhutilRemarkupRuleItalic();
$rules[] = new PhutilRemarkupRuleDel();
+ $rules[] = new PhutilRemarkupRuleUnderline();
foreach (self::loadCustomInlineRules() as $rule) {
$rules[] = $rule;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 11:39 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730342
Default Alt Text
D7996.diff (1 KB)
Attached To
Mode
D7996: Remarkup - add underline rule
Attached
Detach File
Event Timeline
Log In to Comment