| 4 | | * New SuperRC is a total rewrite. |
| | 4 | * New SuperRedCloth (RedCloth 4.0) is a total rewrite using Ragel for the parsing. |
| | 5 | * The restrictions parameter is accepted for backward compatibility, but is not observed. |
| | 6 | * Single newlines become <br> tags, just as in traditional RedCloth and other Textile parsers. |
| | 7 | * HTML embedded in the Textile input does not ordinarily need to be escaped from Textile parsing. |
| | 8 | * A single line can be skipped by the parser by prepending a space. |
| | 9 | * Rudimentary support for LaTeX is built in. |
| | 10 | * Output (less newlines and tabs) is identical to Textile 2 except a few cases where the RedCloth |
| | 11 | way was preferable. |