naokij / dokuwiki-plugin-markdownextra

Parses PHP Markdown Extra blocks for dokuwiki with backlinks, header parser, toc support
Other
31 stars 27 forks source link

Can't use Special Attributes #12

Open bennigraf opened 10 years ago

bennigraf commented 10 years ago

Hi there!

I installed this plugin in my dokuwiki-page and it basically works (nice formatting etc.), I just can't use "Special Attributes" (http://michelf.ca/projects/php-markdown/extra/#spe-attr) – like setting the id of a headline by doing something like

## Heading {#myheadline}

Instead it adds an id which is the same text as the headline itself, in the previous example it would generate:

<h2 id="heading">Heading</h2>

I did install the latest "Markdown Extra Classic" library as stated on the plugin page, although it seems that the most recent version is already included by now.

Best, Benni.

naokij commented 10 years ago

It seems that "Markdown Extra Classic" is a little out of date. I'll intregrate the newer PHP Markdown Lib later.