Closed (fixed)
Project:
Textile
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2006 at 03:48 UTC
Updated:
22 May 2006 at 03:56 UTC
when we try to do bold something on the text like this;
this is a partial bold text
we should write;
this is a partial bold t*ex*t
and the output for this is like the code above.
the same problem is in many of them, like url;
this is a partial link
we write;
this is a partial l"in":xyzk
as you can expect, there won't be a link transform as we expected. so there must be an optional splitter character to use between the transforms and our non-styled/linked text. like "[]" for example as a splitter(of course it can't be used, it's a commonly used character couple);
this is a partial l["in":xyz]k
Comments
Comment #1
korayal commentedlol, i checked the documentation which come with the cvs and the solution was just like i gave the example at the end :)
we should use "[]" characters for this solution.