diff --git a/build/loaders/convert-md-to-doc.js b/build/loaders/convert-md-to-doc.js index 7f32be5cc..14fa35369 100644 --- a/build/loaders/convert-md-to-doc.js +++ b/build/loaders/convert-md-to-doc.js @@ -110,7 +110,7 @@ function genPageAnchorTemplate (tokens) { .map((token) => token.text) const links = titles.map((title) => { const href = title.replace(/ /g, '-') - return `` + return `` }) return genAnchorTemplate(links.join('\n'), { ignoreGap: true }) }