mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
leftover debug stuff
This commit is contained in:
parent
1a73bae554
commit
4513607d62
|
@ -416,8 +416,6 @@ type reference 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user