Selaa lähdekoodia

Removes dead code

main
Eric Amodio 1 vuosi sitten
vanhempi
commit
0d2ad6bc26
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. +0
    -10
      src/annotations/autolinks.ts

+ 0
- 10
src/annotations/autolinks.ts Näytä tiedosto

@ -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, '"'));
}

Ladataan…
Peruuta
Tallenna