search for: predef_titles

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

2008 May 11
1
PHP Markdown 1.0.1l & Extra 1.2
...didn't create any code block for item 2: * Item 1 (regular paragraph) * Item 2 (code block) * A code block starting on the second 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 u...