Home
last modified time | relevance | path

Searched refs:enableNewlines (Results 1 – 3 of 3) sorted by last modified time

/plugin/mdpage/vendor/cebe/markdown/tests/
H A DGithubMarkdownTest.php37 $markdown->enableNewlines = true;
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md121 - `$parser->enableNewlines = true` to convert all newlines to `<br/>`-tags. By default only newline…
H A DGithubMarkdown.php29 public $enableNewlines = false; variable in cebe\\markdown\\GithubMarkdown
107 if ($this->enableNewlines) {