]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/iniline_breaks_toc_plugin.mdwn
cbfd63d7486122b6ad6e4bd36add854e32371c6d
[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 
3 [[inline pages="users/joey" raw="yes"]]
4 to include common snippets in various pages, and it works as advertised, but if toc plugin is used, page is messed up.
6 I'll try here to reproduce one example...
8 You can see that wikilink is rendered in one line and 'here's paragraph' is not a separate paragraph.
10 All this is displayed correctly if toc is removed.
13 TEST1
14 =====
16 TEST2
17 -----
19 bla bla bla
21  * bl bla
22  * aadsd
24 [[toc levels=2]]
26 bla bla
28 [[table data="""
29 Customer|Amount
30 Fulanito|134,34
31 Menganito|234,56
32 Menganito|234,56
33 """]]
36 [[wikilink|users]]
38 Here's a paragraph.
41 [[inline pages="users/joey" raw="yes"]]
43 bla bla