fix: convert code block
parent
373697619f
commit
d9d2a946a4
|
@ -125,8 +125,8 @@ function treeToText(input: Node): string {
|
|||
pre = '\n'
|
||||
|
||||
if (input.nodeName === 'code') {
|
||||
pre = '`'
|
||||
post = '`'
|
||||
pre = '````\n'
|
||||
post = '\n```'
|
||||
}
|
||||
|
||||
if ('childNodes' in input)
|
||||
|
|
Loading…
Reference in New Issue