mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: convert code block
This commit is contained in:
parent
373697619f
commit
d9d2a946a4
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue