all repos — grayfriday @ 4513607d62924982900f4aa2c2857db045974b5a

blackfriday fork with a few changes

leftover debug stuff
moshee moshee@displaynone.us
Mon, 08 Jul 2013 09:42:29 +0000
commit

4513607d62924982900f4aa2c2857db045974b5a

parent

1a73bae554f900bcd04a18b9d68eb9d6692c6a3d

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M markdown.gomarkdown.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