Update serverside markdown parser to respect unicode and capitalized links (#9235)

Этот коммит содержится в:
Harrison Healey
2018-08-08 06:13:04 -04:00
коммит произвёл Jesús Espino
родитель 935f0c5ff9
Коммит 99cf15b56e
5 изменённых файлов: 174 добавлений и 79 удалений

Просмотреть файл

@@ -1000,7 +1000,7 @@ func TestCommonMarkReferenceStrings(t *testing.T) {
}
}
func TestCommonMarkRefernceAutolinks(t *testing.T) {
func TestCommonMarkReferenceAutolinks(t *testing.T) {
// These tests are adapted from the GitHub-flavoured CommonMark extension tests located at
// https://github.com/github/cmark/blob/master/test/extensions.txt
for name, tc := range map[string]struct {