docs(index.html): update config
This commit is contained in:
parent
1f19cb2ade
commit
ceafc37bb3
7 changed files with 38 additions and 111 deletions
|
|
@ -75,7 +75,7 @@ renderer.link = function (href, title, text) {
|
|||
if (title) {
|
||||
title = ` title="${title}"`
|
||||
}
|
||||
return `<a href="${href}"${title}${blank}>${text}</a>`
|
||||
return `<a href="${href}"${title || ''}${blank}>${text}</a>`
|
||||
}
|
||||
renderer.paragraph = function (text) {
|
||||
if (/^!>/.test(text)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue