Lines Matching defs:markup
100 * @param MarkupPath|null $markup - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
104 public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false)
106 if ($markup !== null) {
107 $this->markupPath = $markup;
117 * @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
503 * Utility class to create a outline from a markup string
629 $markup = FileSystems::getContent($path);
630 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
863 // outline is not runnned from a markup handler