Home
last modified time | relevance | path

Searched refs:Parsedown (Results 1 – 5 of 5) sorted by relevance

/plugin/aichat/vendor/erusev/parsedown/
DREADME.md3 ## Parsedown section
27 Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/par… argument
32 $Parsedown = new Parsedown(); argument
34 echo $Parsedown->text('Hello _Parsedown_!'); # prints: <p>Hello <em>Parsedown</em>!</p>
41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedo… argument
43 To tell Parsedown that it is processing untrusted user-input, use the following:
45 $parsedown = new Parsedown;
53 #### Security of Parsedown Extensions
55 Safe mode does not necessarily yield safe results when using extensions to Parsedown. Extensions sh…
62 $parsedown = new Parsedown; argument
[all …]
DParsedown.php16 class Parsedown class
/plugin/aichat/
Daction.php70 $parseDown = new Parsedown();
Dcomposer.lock82 "Parsedown": ""
/plugin/mdpage/vendor/cebe/markdown/
DREADME.md460 I'd like to thank [@erusev][] for creating [Parsedown][] which heavily influenced this work and pro…
464 [Parsedown]: http://parsedown.org/ "The Parsedown PHP Markdown parser"
479 this approach is [Parsedown][] which also shows that this implementation is [much faster][benchmark]
480 than the regex way. Parsedown however is an implementation that focuses on speed and implements
485 from Parsedown and making it extensible creating a class for each markdown flavor that extend each
494 [Parsedown]: http://parsedown.org/ "The Parsedown PHP Markdown parser"