mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
Trim code
This commit is contained in:
parent
3113e30c41
commit
cccd889449
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ export default function(text: string) {
|
||||||
type: 'code',
|
type: 'code',
|
||||||
content: code,
|
content: code,
|
||||||
code: match[1],
|
code: match[1],
|
||||||
html: genHtml(match[1])
|
html: genHtml(match[1].trim())
|
||||||
} as TextElementCode;
|
} as TextElementCode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue