]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/iniline_breaks_toc_plugin.mdwn
web commit by madmax
[git.ikiwiki.info.git] / doc / bugs / iniline_breaks_toc_plugin.mdwn
1 Hi, I try to make an example to reproduce some bug with inline and toc plugins.
2 My friend uses
4     \[[inline pages="users/joey" raw="yes"]]
6 to include common snippets in various pages, and it works as advertised, but if toc plugin is used, page is messed up.
8 I'll try here to reproduce one example...
10 You can see that wikilink is rendered in one line and 'here's paragraph' is not a separate paragraph.
12 All this is displayed correctly if toc is removed.
15 TEST1
16 =====
18 TEST2
19 -----
21 bla bla bla
23  * bl bla
24  * aadsd
26 [[toc levels=2]]
28 bla bla
30 [[table data="""
31 Customer|Amount
32 Fulanito|134,34
33 Menganito|234,56
34 Menganito|234,56
35 """]]
38 [[wikilink|users]]
40 Here's a paragraph.
43 [[inline pages="users/joey" raw="yes"]]
45 bla bla