From 0a10c5bcfe1280a19a754328f423d4fb12c2a3d0 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 13 Jun 2011 02:16:48 -0400 Subject: [PATCH] update known issues in README --- README.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 52ee11f..c3f6831 100644 --- a/README.markdown +++ b/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