mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(docs): fix markdown transformer (#7150)
This commit is contained in:
parent
8149867dd0
commit
fe4fe8a202
@ -104,7 +104,8 @@ const transformComponentMarkdown = (
|
||||
.map(([text, link]) => `[${text}](${link})`)
|
||||
.join(' • ')
|
||||
|
||||
const sourceSection = `## ${footerLocale[lang].source}
|
||||
const sourceSection = `
|
||||
## ${footerLocale[lang].source}
|
||||
|
||||
${linksText}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user