all repos — grayfriday @ 4b850e809858ee051a99b751e637657f2ee9f26f

blackfriday fork with a few changes

tab expansion bug
Russ Ross russ@russross.com
Wed, 01 Jun 2011 18:52:40 -0600
commit

4b850e809858ee051a99b751e637657f2ee9f26f

parent

a4339270a59741551bfebb340ca4fd878eabc6c4

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

jump to
M markdown.gomarkdown.go

@@ -464,6 +464,7 @@

// the slow case: we need to count runes to figure out how // many spaces to insert for each tab column := 0 + i = 0 for i < len(line) { start := i for i < len(line) && line[i] != '\t' {