php-textile
php-textile copied to clipboard
Textile markup language parser for PHP
``` Apparently it is not possible to use multiple footnotes in one citation[1,2]. So I end up with something like[1][^,^][2], but I would like[1,2] better. fn1. "textile 2.0":http://textile.thresholdstate.com/ fn2. "textile...
Assign link prefix makes sure each parse retrains the same footnote reference links. Spawn from #147
TOC
The addition of notelist. suggests doing something similar for a table of contents based on header IDs. Rather than trying to make a proper nested list out of it, an...
I have a CSS class that puts a border on blockquotes. I've noticed that when I do a class in 3.5.4., the class gets put on the inner paragraph, thereby...
Now that it's more widely supported, it could be a nice addition. Here are a few ideas (well, "ideas", in some cases, I just looked for some unused symbols) for...
I was irritated by text from an editor. Why it does not generate correct links? The raw text was: E-Mail: " name":mailto:[email protected] it generates as html output <a href="mailto:[email protected]">E-Mail: “...
I'm actually using the Python textile library, and filed a ticket on this there (https://github.com/textile/python-textile/issues/16) but they (rightly) take the PHP version as the standard to follow. So I come...
Are there plans to implement the textplugs feature from the feature-block-plugins branch? Kieran
Ok, I've received enough of these requests to get me to try out a new feature that allows you to extend textile's block handling by registering your own handlers. You...
Textile lacks the ability to specify rel attributes on links and images. Would be nice if we could explicitly set these attributes to allow easier triggering of effects like lightbox...