php-textile icon indicating copy to clipboard operation
php-textile copied to clipboard

Textile markup language parser for PHP

Results 25 php-textile issues
Sort by recently updated
recently updated
newest added

``` 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...

Idea or Request

Assign link prefix makes sure each parse retrains the same footnote reference links. Spawn from #147

Feature

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...

Idea or Request
On hold

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...

Idea or Request
Breaks backwards compatibility

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...

Idea or Request
On hold

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: “...

Defect
Feedback wanted
Fixed
Merged into branch

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...

Feature Candidate
Feedback wanted
Merged into branch

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...

Idea or Request

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...

Idea or Request
On hold