]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/iniline_breaks_toc_plugin.mdwn
web commit by madmax
[ikiwiki.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.
5
6 I'll try here to reproduce one example...
7
8 You can see that wikilink is rendered in one line and 'here's paragraph' is not a separate paragraph.
9
10 All this is displayed correctly if toc is removed.
11
12
13 TEST1
14 =====
15
16 TEST2
17 -----
18
19 bla bla bla
20
21  * bl bla
22  * aadsd
23
24 [[toc levels=2]]
25
26 bla bla
27
28 [[table data="""
29 Customer|Amount
30 Fulanito|134,34
31 Menganito|234,56
32 Menganito|234,56
33 """]]
34
35
36 [[wikilink|users]]
37
38 Here's a paragraph.
39
40
41 [[inline pages="users/joey" raw="yes"]]
42
43 bla bla