Remove resolved RedCloth issue from troubleshooting
This commit is contained in:
parent
1be83e4e33
commit
a661cd8295
|
@ -119,16 +119,6 @@ Firefox and possibly other browsers and is [discouraged in
|
||||||
XHTML.](http://www.w3.org/TR/xhtml1/#C_3) An easy fix is to put a space
|
XHTML.](http://www.w3.org/TR/xhtml1/#C_3) An easy fix is to put a space
|
||||||
between the opening and closing tags.
|
between the opening and closing tags.
|
||||||
|
|
||||||
### RedCloth
|
|
||||||
|
|
||||||
Versions 4.1.1 and higher do not obey the notextile tag. [This is a known
|
|
||||||
bug](http://aaronqian.com/articles/2009/04/07/redcloth-ate-my-notextile.html)
|
|
||||||
and will hopefully be fixed for 4.2. You can still use 4.1.9, but the
|
|
||||||
test suite requires that 4.1.0 be installed. If you use a version of
|
|
||||||
RedCloth that does not have the notextile tag, you may notice that
|
|
||||||
syntax highlighted blocks from Pygments or Rouge are not formatted
|
|
||||||
correctly, among other things. If you’re seeing this just install 4.1.0.
|
|
||||||
|
|
||||||
### Liquid
|
### Liquid
|
||||||
|
|
||||||
The latest version, version 2.0, seems to break the use of `{{ "{{" }}` in
|
The latest version, version 2.0, seems to break the use of `{{ "{{" }}` in
|
||||||
|
|
Loading…
Reference in New Issue