1
0
mirror of https://github.com/danog/blackfriday.git synced 2025-01-22 13:21:36 +01:00

Merge pull request #140 from russross/update-import-path/sanitized_anchor_name

Update import path of sanitized_anchor_name.
This commit is contained in:
Vytautas Šaltenis 2015-01-12 21:54:11 +02:00
commit 7001890e79

View File

@ -16,7 +16,7 @@ package blackfriday
import (
"bytes"
"github.com/shurcooL/go/github_flavored_markdown/sanitized_anchor_name"
"github.com/shurcooL/sanitized_anchor_name"
)
// Parse block-level data.