|
Revision 283, 0.6 kB
(checked in by jgarber, 8 months ago)
|
|
A start on the changelog and some installation instructions.
|
| Line | |
|---|
| 1 | = RedCloth 4.0 |
|---|
| 2 | === 15th Feb, 2007 |
|---|
| 3 | |
|---|
| 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. |
|---|