]> 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
4     \[[inline pages="users/joey" raw="yes"]]
5
6 to include common snippets in various pages, and it works as advertised, but if toc plugin is used, page is messed up.
7
8 I'll try here to reproduce one example...
9
10 You can see that wikilink is rendered in one line and 'here's paragraph' is not a separate paragraph.
11
12 All this is displayed correctly if toc is removed.
13
14
15 TEST1
16 =====
17
18 TEST2
19 -----
20
21 bla bla bla
22
23  * bl bla
24  * aadsd
25
26 [[toc levels=2]]
27
28 bla bla
29
30 [[table data="""
31 Customer|Amount
32 Fulanito|134,34
33 Menganito|234,56
34 Menganito|234,56
35 """]]
36
37
38 [[wikilink|users]]
39
40 Here's a paragraph.
41
42
43 [[inline pages="users/joey" raw="yes"]]
44
45 bla bla