mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-15 16:26:07 +10:00
docs(index.html): update config
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user