Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15401339
D8955.id.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
D8955.id.diff
View Options
diff --git a/src/infrastructure/markup/PhabricatorMarkupEngine.php b/src/infrastructure/markup/PhabricatorMarkupEngine.php
--- a/src/infrastructure/markup/PhabricatorMarkupEngine.php
+++ b/src/infrastructure/markup/PhabricatorMarkupEngine.php
@@ -470,6 +470,7 @@
$blocks = array();
$blocks[] = new PhutilRemarkupEngineRemarkupQuotesBlockRule();
+ $blocks[] = new PhutilRemarkupEngineRemarkupReplyBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupLiteralBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupHeaderBlockRule();
$blocks[] = new PhutilRemarkupEngineRemarkupHorizontalRuleBlockRule();
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -163,6 +163,10 @@
font-style: normal;
}
+.phabricator-remarkup blockquote div.remarkup-reply-head {
+ font-weight: bold;
+}
+
.phabricator-remarkup img.remarkup-proxy-image {
max-width: 640px;
max-height: 640px;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 18 2025, 5:09 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704511
Default Alt Text
D8955.id.diff (1 KB)
Attached To
Mode
D8955: Add support and very basic styling for quotes in Phabricator
Attached
Detach File
Event Timeline
Log In to Comment