hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tidyness test

GoogleCodeExporter opened this issue · comments

You have the Tidyness test listed as passing. I've run the 1.006 code and the 
quoted list comes back as indented (2 spaces on each line) for me, which 
isn't as per the test. Is this one of the examples you're counting as passing 
but with a 2 white-space difference?

Original issue reported on code.google.com by wcshie...@gmail.com on 3 Jan 2010 at 5:54

Scratch this. The RemoveWhitespace() function as part of Program.cs clears this 
up.

Original comment by wcshie...@gmail.com on 3 Jan 2010 at 6:23

we may eventually come back and clean that one up, but since there are much more
serious problems (fex, the HTML block parser inherited from 1.01 is *SERIOUSLY*
buggy) to attack first, I am fine with letting RemoveWhitespace() make that one 
a
passing test.

Original comment by wump...@gmail.com on 3 Jan 2010 at 11:10

Original comment by wump...@gmail.com on 3 Jan 2010 at 11:11

  • Changed state: WontFix