Implement markdown parsing for copy paste

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-02 16:55:14 +04:00
parent 2543765bb3
commit 3561a6e0b7
4 changed files with 341 additions and 12 deletions

View File

@@ -21,18 +21,10 @@
ul {
@apply list-disc list-outside my-2 pl-4;
li {
p { @apply my-0; }
}
}
ol {
@apply list-decimal list-outside my-2 pl-4;
li {
p { @apply inline-block my-0; }
}
}
a { @apply text-txt-info underline font-normal; }