markupText($this->getContent()); $toc = PhutilRemarkupEngineRemarkupHeaderBlockRule::renderTableOfContents( $engine); if ($toc) { $toc = '
'. '
'. 'Table of Contents'. '
'. $toc. '
'; } return '
'. $toc. $markup. '
'; } }