Update serverside markdown parser to respect unicode and capitalized links (#9235)
Этот коммит содержится в:
коммит произвёл
Jesús Espino
родитель
935f0c5ff9
Коммит
99cf15b56e
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user