The last missing piece for the footnote implementation in PHP Markdown Extra is the custom class and title attributes for footnote links and backlinks I said I'd add in the announcement of 1.1b1. So this new version adds four configurable settings to that effect. Within the attributes, any occurrence of `%%` will be replaced by the current footnote number. For instance, you could use:

    define( 'MARKDOWN_FN_LINK_TITLE', "Go to footnote %%." );

Nothing else has changed in this version. It can be downloaded here:

<http://www.michelf.com/docs/projets/php-markdown-extra-1.1b3.zip>


Michel Fortin
[EMAIL PROTECTED]
http://www.michelf.com/


_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to