Searched refs:Parsedown (Results 1 – 5 of 5) sorted by relevance
3 ## Parsedown section27 Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/par… argument32 $Parsedown = new Parsedown(); argument34 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… argument43 To tell Parsedown that it is processing untrusted user-input, use the following:45 $parsedown = new Parsedown;53 #### Security of Parsedown Extensions55 Safe mode does not necessarily yield safe results when using extensions to Parsedown. Extensions sh…62 $parsedown = new Parsedown; argument[all …]
16 class Parsedown class
70 $parseDown = new Parsedown();
82 "Parsedown": ""
460 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 implements485 from Parsedown and making it extensible creating a class for each markdown flavor that extend each494 [Parsedown]: http://parsedown.org/ "The Parsedown PHP Markdown parser"