Page MenuHomestyx hydra

PhutilRemarkupInlineBlockRule.php
No OneTemporary

PhutilRemarkupInlineBlockRule.php

<?php
final class PhutilRemarkupInlineBlockRule extends PhutilRemarkupBlockRule {
public function getMatchingLineCount(array $lines, $cursor) {
return 1;
}
public function markupText($text, $children) {
return $this->applyRules($text);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:17 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
416338
Default Alt Text
PhutilRemarkupInlineBlockRule.php (260 B)

Event Timeline