]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn
web commit by http://madduck.net/
[git.ikiwiki.info.git] / doc / bugs / Weird_interaction_between_toc_plugin_and_page_sections.mdwn
1 <http://vcs-pkg.org/people/> goes really weird when I enable the `toc` plugin. It renders the page sections fine without it, but as soon as I turn it on, the following output is generated:
3     \[[!meta  title="My Name"]]
5       1. Fedora
6       2. Ubuntu
7       3. People grouped by version control system
8       4. GNU Arch (tla/baz)
9       5. Bazaar-NG
10       6. Git users
11       7. Mercurial
12       8. Subversion
13       9. Everyone, sorted by first name
15     People grouped by distro ======================== Debian ––
17         * jelmer
18         * madduck
20     Fedora
22 I have no idea what's eating the first two headers. But as you can see from the current page, it's not just headers by any markdown...
24 --[[madduck]]