leftover debug stuff
moshee moshee@displaynone.us
Mon, 08 Jul 2013 09:42:29 +0000
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
markdown.go
→
markdown.go
@@ -416,8 +416,6 @@ // (in the render struct).
// Returns the number of bytes to skip to move past it, // or zero if the first line is not a reference. func isReference(p *parser, data []byte, tabSize int) int { - if len(data) >= 5 { - } // up to 3 optional leading spaces if len(data) < 4 { return 0