php-textile
php-textile copied to clipboard
Textile markup language parser for PHP
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...
### 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...
### Prerequisites * [x] Are you running the latest version of PHP-Textile? * [ ] `$ composer update`? ### Problematic Textile markup In French, the ellipses (suspension points) after a...
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 -...
### 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 ```...
### 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...
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...
### 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...
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...