diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 15:05:09 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 15:05:09 -0500 |
commit | da166e74227d084fd15878ce9a3099e07ebcc2c2 (patch) | |
tree | a33e81bb7a33c4c347b42cbf80129d868e8fe71e /doc/bugs | |
parent | 26d3ba61467cdd5d05722015a38dc0fbd5053926 (diff) |
table: Fix misparsed links in external files
linkify data from external files at the same time as data from an inlined
table would be linkified.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/links_misparsed_in_CSV_files.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/links_misparsed_in_CSV_files.mdwn b/doc/bugs/links_misparsed_in_CSV_files.mdwn index 4dae4aeab..27d2b7b1e 100644 --- a/doc/bugs/links_misparsed_in_CSV_files.mdwn +++ b/doc/bugs/links_misparsed_in_CSV_files.mdwn @@ -17,7 +17,7 @@ Oh, wait, I see the problem. IkiWiki::linkify is only called if the external fil > > Why is linkify not called for external files? Well, I checked the > history, and it's probably best to say "for historical reasons that no -> longer apply". +> longer apply". So, changed as you suggest. [[done]] --[[Joey]] I am rather confused what this check does, and the fact the comments are very different for CSV and DSV when the code is the same doesn't seem to help. |