Eric Amodio пре 1 година
родитељ
комит
0d2ad6bc26
1 измењених фајлова са 0 додато и 10 уклоњено
  1. +0
    -10
      src/annotations/autolinks.ts

+ 0
- 10
src/annotations/autolinks.ts Прегледај датотеку

@ -479,13 +479,3 @@ function ensureCachedRegex(ref: CacheableAutolinkReference, outputFormat: 'html'
return true;
}
function escapeQuotesInLinkTitleMarkdown(s: string) {
// Skip the first and last quotes
return s.replace(/(?!^)".*?(?!$)"/g, match => match.replace(/"/g, '\\"'));
}
function escapeQuotesInLinkTitleHtml(s: string) {
// Skip the first and last quotes
return s.replace(/(?!^)".*?(?!$)"/g, match => match.replace(/"/g, '"'));
}

Loading…
Откажи
Сачувај