cc997dddad8da63102a24c3ac626ac4a50aae063
[ikiwiki.git] / doc / bugs / Weird_interaction_between_toc_plugin_and_page_sections.mdwn
1 [[!meta title="Weird interaction between toc plugin and markdown that follows"]]
2
3 <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:
4
5     \[[!meta  title="My Name"]]
6
7       1. Fedora
8       2. Ubuntu
9       3. People grouped by version control system
10       4. GNU Arch (tla/baz)
11       5. Bazaar-NG
12       6. Git users
13       7. Mercurial
14       8. Subversion
15       9. Everyone, sorted by first name
16
17     People grouped by distro ======================== Debian ––
18
19         * jelmer
20         * madduck
21
22     Fedora
23
24 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...
25
26 --[[madduck]]