v2.4.1
This release fixes issues introduces in v2.4.0, and extends supported URI schemes. Changes:
- Add sftp, callto, tel and file schemes to the URI whitelist in unrestricted mode.
- Support international format tel URIs via linkrefs (link aliases.)
- Extend linkrefs to all available URI schemes in unrestricted mode.
- Reverted looser matching of list-like structures as it introduced problems in block-level elements that
can legitimately have literals or other non-lists in them that are similar to textile's lists.
See issue #65 for some examples. - Fixed #61 which caused strong numeric strings at the start of a line to be turned into lists.
- Reverted auto-breaking in table cells as it introduced #71 (breaking lists within table cells).
- Fixed #67 which ran textile within table cells through the glyph routine twice.
Textile v2.4.1 requires PHP 4.4.9 or newer (supports PHP 5.x).