fix(docs): fix markdown transformer (#7150)

This commit is contained in:
Zhongxiang Wang 2022-04-13 21:44:58 +08:00 committed by GitHub
parent 8149867dd0
commit fe4fe8a202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,8 @@ const transformComponentMarkdown = (
.map(([text, link]) => `[${text}](${link})`)
.join(' • ')
const sourceSection = `## ${footerLocale[lang].source}
const sourceSection = `
## ${footerLocale[lang].source}
${linksText}
`