mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Prefer external [[]] links in Remarkup
Test Plan: I didn't repro it probably because of custom rules. Reviewers: epriestley Reviewed By: epriestley CC: aran Maniphest Tasks: T1090 Differential Revision: https://secure.phabricator.com/D2150
This commit is contained in:
parent
2c8e6f99bd
commit
13775fde01
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ class PhabricatorMarkupEngine {
|
|||
$rules[] = new PhabricatorRemarkupRuleYoutube();
|
||||
}
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRulePhriction();
|
||||
$rules[] = new PhutilRemarkupRuleHyperlink();
|
||||
$rules[] = new PhabricatorRemarkupRulePhriction();
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRuleDifferentialHandle();
|
||||
$rules[] = new PhabricatorRemarkupRuleManiphestHandle();
|
||||
|
|
Loading…
Reference in a new issue