search for: fn_id_prefix

Displaying 5 results from an estimated 5 matches for "fn_id_prefix".

2007 Apr 19
1
Use of Markdown Extra in a forum
from : benoit at transmekong.com to : markdown-discuss at six.pairlist.net Subj.: Use of Markdown Extra in a forum Date : Apr 19th 2007, 15:24:25 (GMT+7) Dear all, I have tried to implement PHP Markdown Extra in a forum (PunBB) and found that however well each message is translated, there are collisions when different messages in the same page have the same inside link names (footnotes, title
2007 Jul 12
1
Proposal for footnote GUID syntax
...cessor do that substitution for you. Michel Fortin was kind enough to respond with the following: > It's already possible if you instantiate the parser yourself > instead of calling the simplified Markdown function: > > $parser = new Markdown_Parser; > $parser->fn_id_prefix = $entry_guid; > $text = $parser->transform($text); So far so good. However, we're still left with the problem of deciding on a GUID when we instantiate the parser. This complicates our workflow, since we can't just pass a block of Markdown text to the parser and let it do...
2007 Jan 23
3
Footnote support in Markdown
Hi All. I've just started using Markdown for my blog. So far it seems quite nice, but the one issue I've run into is a lack of "native" support for footnotes. I think that Daring Fireball's footnote style makes a lot of sense, and that's what I intend to use. However, it is a bit cumbersome to implement that style from within Markdown. I notice that the PHP
2007 Jul 03
0
PHP Markdown 1.0.1g & Extra 1.1.3
...ess there was some surrounding whitespace. This didn't work: <p markdown="1">_Hello_ _world_</p> Now it does produce emphasis as expected. * Fixed an issue preventing footnotes from working when the parser's footnote id prefix variable (fn_id_prefix) is not empty. * Fixed a performance problem where the regular expression for strong emphasis introduced in version 1.1 could sometime be long to process, give slightly wrong results, and in some circumstances could remove entirely the content for a whole paragraph. * Fixed a...
2007 May 21
0
PHP Markdown 1.0.2b8 & Extra 1.1.3b1
...nless there was some surrounding whitespace. This didn't work: <p markdown="1">_Hello_ _world_</p> Now it does produce emphasis as expected. * Fixed an issue preventing footnotes from working when the parser's footnote id prefix variable (fn_id_prefix) is not empty. * Fixed a performance problem where the regular expression for strong emphasis introduced in version 1.1 could sometime be long to process, give slightly wrong results, and in some circumstances could remove entirely the content for a whole paragraph. * Fixed a...