all repos — grayfriday @ 54a323aafbfce8fb7253ee6d1f3758037de81aa4

blackfriday fork with a few changes

Update import path of sanitized_anchor_name.

It has moved into a smaller standalone repo.
Closes #139.
Dmitri Shuralyov shurcooL@gmail.com
Sat, 10 Jan 2015 18:23:29 -0800
commit

54a323aafbfce8fb7253ee6d1f3758037de81aa4

parent

8ad7215b24aa5f4ebe22d6995ebf476e3a4a2797

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

jump to
M block.goblock.go

@@ -16,7 +16,7 @@

import ( "bytes" - "github.com/shurcooL/go/github_flavored_markdown/sanitized_anchor_name" + "github.com/shurcooL/sanitized_anchor_name" ) // Parse block-level data.