Closed GoogleCodeExporter closed 8 years ago
Actually, I just noticed that "CodeBlockEvaluator" calls Detab again. Since no
tabs are
inserted anywhere, this precaution is unnecessary and should be removable. This
does
not have any measurable impact on the Benchmark results on my machine, however.
Original comment by Shio...@gmail.com
on 10 Jan 2010 at 2:30
I was thinking that we needed to do this, as PHPMarkdown does the same. Makes
WAY
more sense.
Excellent and very helpful contribution, checked in as r96
(and yes, I removed all the /t from regex and the codeblockevaluator call as
well --
we are TAB-FREE!)
Original comment by wump...@gmail.com
on 11 Jan 2010 at 2:29
I think we should merge the newline normalization code and the detab code into
the same
loop -- don't you? Can you give it a shot?
Original comment by wump...@gmail.com
on 11 Jan 2010 at 4:53
Yep, will do.
Original comment by Shio...@gmail.com
on 11 Jan 2010 at 5:06
Original issue reported on code.google.com by
Shio...@gmail.com
on 10 Jan 2010 at 1:43Attachments: