fix fallout
This commit is contained in:
parent
52997408ec
commit
17ebb6053e
3 changed files with 21 additions and 16 deletions
|
@ -671,10 +671,7 @@
|
|||
|
||||
function plainSummaryLine(markdown) {
|
||||
var str = markdown.replace(/\n/g, ' ')
|
||||
str = str.replace(/</g, "<")
|
||||
str = str.replace(/>/g, ">")
|
||||
str = str.replace(/"/g, """)
|
||||
str = str.replace(/'/g, "'")
|
||||
str = str.replace(/'/g, "\'")
|
||||
str = str.replace(/^#+? (.+?)/, "$1")
|
||||
str = str.replace(/\[(.*?)\]\(.*?\)/g, "$1")
|
||||
str = str.replace(/\[(.*?)\]\[.*?\]/g, "$1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue