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

When adding a `(class-name)` to the first item of a definition list, the HTML output is not consistent depending on the notation you use. The semicolon/colon notation places the classname...

Feature Candidate
Breaks backwards compatibility

### Is your feature request related to a problem? feature request ### What is the feature? Instead of having to write `h1(#header). Header` it would be more convenient if any...

Feature Candidate
Idea or Request

### Prerequisites * [x] Are you running the latest version of PHP-Textile? * [ ] `$ composer update`? ### Problematic Textile markup In French, the ellipses (suspension points) after a...

On hold
Requires feedback

Fixes broken URL when the input is: ``` "test":https://www.payscale.com/research/US/Degree=Bachelor%27s_Degree%2C_Business_Administration/Salary ``` Which resulted in ```html test ``` ### Type of change - [x] Bug fix - [ ] New feature -...

Feature Candidate

### Prerequisites [x ] Are you running the latest version of PHP-Textile? ### Problematic Textile markup Trying to use the Textpattern single tag `` to create a hyperlink fails ```...

Feature Candidate

### Is your feature request related to a problem? No. ### What is the feature? It would be nice if we could supply width and height attributes for images without...

Feature Candidate

We should increase required PHP version to 7.2, dropping unsupported PHP versions in PHP-Textile 4.0.0. This should be done with minimal code changes to make transition smoother, but we should...

Breaks backwards compatibility
Feature

### Is your feature request related to a problem? Not a problem. More like a usability convenience. ### What is the feature? I tend to work on a lot of...

The ability to add any attribute to any tag would be a very welcome addition. Accessibility and custom attributes for things like JS triggers are road blocks I run into...

Feature Candidate

Although you can edit classTextile.php and set the kind of quotes you need, this isn't always convenient -- especially for multi-lingual documents where the quote marks used can change within...

Idea or Request
On hold