search for: no_markup

Displaying 1 result from an estimated 1 matches for "no_markup".

Did you mean: no_backup
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
...update to PHP Markdown fix a bug that slipped in the WordPress interface with the last update. It also introduce a new "feature": you can now instruct the parser to ignore HTML tags and/or entities in the input. You can do this by instantiating yourself the parser and setting the `no_markup` or `no_entities` properties to true: $parser = new Markdown_Parser; $parser->no_markup = true; $parser->no_entities = true; $html = $parser->transform($text); Download page: <http://www.michelf.com/projects/php-markdown/> 1.0.1h (3 Aug 2007): * Added two pro...