feat: markdown -> html and then display in editor

This commit is contained in:
Pihkaal
2024-09-13 13:51:18 +02:00
parent d2ae84846e
commit 8a209ede07
7 changed files with 106 additions and 6 deletions

View File

@@ -47,8 +47,6 @@ const InnerNvimTree = (props: InnerKittyProps<typeof Nvim>) => {
style={{
gridArea: "1 / 2 / 1 / 3",
overflowY: "auto",
wordWrap: "break-word",
scrollSnapType: "inline",
}}
>
<NvimEditor content={activeChild?.content} />