Browse Source

update known issues in README

Justin Hileman 14 years ago
parent
commit
0a10c5bcfe
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.markdown

+ 2 - 3
README.markdown

@@ -81,11 +81,10 @@ And render it:
 Known Issues
 ------------
 
- * As of v1.1.2, there are a couple of whitespace bugs around section tags.
  * Things get weird when you change delimiters inside a section -- `delimiters` example currently fails with an
    "unclosed section" exception.
- * The current spec test exposes several whitespace bugs (which are mostly instances of the exact same whitespace
-   bug) ... Despite these failing tests, this version is actually *closer* to correct than previous releases.
+ * As of v1.1.2, there are a couple of whitespace bugs around section tags... Despite these failing tests, this
+   version is actually *closer* to correct than previous releases.
 
 
 See Also