Steve
Steve
You can test this proposed feature by downloading from the _feature-rel-attributes_ branch at https://github.com/netcarver/textile/tree/feature-rel-attributes For testing only : **do not install this on live sites**
Jan, yes. This goes in... "(class#id)[en-gb]{text-transform:uppercase}Try this link(Link title){!}":http://textile.sitemonks.com ...and this comes out... Try this link Taken straight from the output of the tests cases. Remember -- don't rely on...
The only way of injecting rel-attributes in currently is to either run in restricted mode (in which case all links will automatically be no-follow) or to call [setLinkRelationShip](https://github.com/textile/php-textile/blob/master/src/Netcarver/Textile/Parser.php#L1190) before parsing...
@adam-iris, Thanks for taking the time to post here; appreciated. IIRC, ths originally started as a request to suppress the email scheme in self-linked email addresses. The discussion originally took...
@gocom What's your take on allowing block-level 'plugins' for textile?
@neffets I've just pushed a new branch with a partial fix for this. Could you try out the [issue-168 branch](https://github.com/textile/php-textile/tree/issue-168) and let me know how that works for you. Could...
@eliph I'd like to make the handling of this case more robust if I can - but I agree with your sentiment here.
@eliph @neffets - I've pushed an update to the issue-168 branch (link mentioned above) that should improve the detection of the start-of-link quote. Would appreciate if folks would test test...
@neffets Just pushed a correction that should cover this case. Please test again.
Hi @eliph - this has not caused any of the existing test cases to fail. It also makes php-textile more resilient to typos in otherwise correct link text. If you...