Fixed html used for autolinking

Этот коммит содержится в:
hmhealey
2015-10-08 15:59:21 -04:00
родитель 9a177d7aa8
Коммит 3c489518e6

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

@@ -102,7 +102,7 @@ function autolinkUrls(text, tokens) {
}
tokens.set(alias, {
value: '<a class="theme"' + target + ' href="${url}">${linkText}</a>',
value: `<a class="theme" ${target} href="${url}">${linkText}</a>`,
originalText: linkText
});