Page MenuHomePhabricator

D8955.id.diff
No OneTemporary

D8955.id.diff

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

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)

Event Timeline