Actions
Patch #1287
closedImporting from trac : some wiki links are messed
Start date:
2008-05-22
Due date:
% Done:
100%
Estimated time:
Description
Trac most common wiki links syntax is :
[ wiki:pageName Go to page name ]
It should be converted in textile to :
[ [ pageName|Go to page name ] ]
but is currently converted to :
[ [ pageName ] ]
which is a loss of information.
Attached patch fixes the issue.
PS : notice the space voluntary introduced to be able to past textile syntax here. I can't find any way to escape it, < pre > does not work at least, nor < code >
Files
Actions