Use Remarkup document link

This commit is contained in:
vrana
2012-08-07 18:51:47 -07:00
parent 3fcb94a45c
commit 523cba5da4
2 changed files with 3 additions and 1 deletions

View File

@@ -383,6 +383,8 @@ final class PhabricatorMarkupEngine {
}
}
$rules[] = new PhutilRemarkupRuleDocumentLink();
if ($options['fileproxy']) {
$rules[] = new PhabricatorRemarkupRuleProxyImage();
}