]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnk4wDRm6xm3ftaTbEbVsjvSt4i-pf5WKU <Paul@web>
Tue, 9 Sep 2014 15:04:11 +0000 (11:04 -0400)
committeradmin <admin@branchable.com>
Tue, 9 Sep 2014 15:04:11 +0000 (11:04 -0400)
doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html [new file with mode: 0644]

diff --git a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html
new file mode 100644 (file)
index 0000000..3a7741f
--- /dev/null
@@ -0,0 +1,13 @@
+I'm trying to put a list of tags in a table, so I carefully make a newline-free taglist.tmpl and then do:
+
+<pre>
+| [ [!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=taglist] ] |
+</pre>
+
+but there's a line in <pre>inline.pm</pre> that does:
+<pre>
+        return "&lt;div class=\"inline\" id=\"$#inline\"&gt;&lt;/div&gt;\n\n";
+</pre>
+
+And the extra newlines break the table.  Can they be safely removed?
+