search for: markdwon_parser

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

Did you mean: markdown_parser
2008 May 11
1
PHP Markdown 1.0.1l & Extra 1.2
...nd line of a document wasn't seen as a code block. This has been fixed. * Added programatically-settable parser properties `predef_urls` and `predef_titles` for predefined URLs and titles for reference-style links. To use this, your PHP code must call the parser this way: $parser = new Markdwon_Parser; $parser->predef_urls = array('linkref' => 'http://example.com'); $html = $parser->transform($text); You can then use the URL as a normal link reference: [my link][linkref] [my link][linkRef] Reference names in the parser properties *must* be lowercase. R...