aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/links_misparsed_in_CSV_files.mdwn
diff options
context:
space:
mode:
authorhttps://brian.may.myopenid.com// <https://brian.may.myopenid.com//@web>2008-11-23 22:20:54 -0500
committerJoey Hess <joey@kitenet.net>2008-11-23 22:20:54 -0500
commitc807d043aac28502e14becf3b126793d7a5ee20d (patch)
tree698e297fd21009ebb9e4f2872a38983bb8e55349 /doc/bugs/links_misparsed_in_CSV_files.mdwn
parent8adc460bb12fb2040197ce1de6e885f74a389b84 (diff)
downloadikiwiki-c807d043aac28502e14becf3b126793d7a5ee20d.tar
ikiwiki-c807d043aac28502e14becf3b126793d7a5ee20d.tar.gz
more details
Diffstat (limited to 'doc/bugs/links_misparsed_in_CSV_files.mdwn')
-rw-r--r--doc/bugs/links_misparsed_in_CSV_files.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/links_misparsed_in_CSV_files.mdwn b/doc/bugs/links_misparsed_in_CSV_files.mdwn
index 54f099935..8a137e81c 100644
--- a/doc/bugs/links_misparsed_in_CSV_files.mdwn
+++ b/doc/bugs/links_misparsed_in_CSV_files.mdwn
@@ -6,4 +6,6 @@ Links with only one underscore are OK.
Update 2008-11-24: The problem only occurs if the CSV data is in an external file. If I load it using data="""...""" then it works fine.
+The problem appears to be the call to htmlize inside genrow. If the data is inline, then wikilinks get expanded before they get here, and are OK. If the data is from an external file, the wikilinks aren't expanded, and htmlize will expand \[[single\_track\_lines]] into \[[single&lt;em&gt;track&lt;/em&gt;lines]].
+
-- Brian May