Lines Matching defs:markup
15 const CANONICAL = "markup:renderer";
20 * @var string source of the renderer is a markup (and not instructions)
38 * May be null (ie markup rendering without any context such as webcode)
43 * @var ?Path the path from where the instructions/markup where created
51 * @param string $markup
52 * @param Path|null $executingPath - the source of the markup - may be null (case of webcode)
53 * @param WikiPath|null $contextPath - the requested markup path - may be null (case of webcode)
56 public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPath): MarkupRenderer
59 ->setMarkup($markup);
70 private function setMarkup(string $markup): MarkupRenderer
72 $this->markupSource = $markup;
194 * The page context in which this markup was requested