Support all headings in tiptap

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-27 18:13:01 +04:00
parent 745c52537d
commit 37e17c370f
4 changed files with 17 additions and 10 deletions

View File

@@ -12,11 +12,12 @@
strong { @apply font-semibold; }
h1 { @apply text-2xl font-semibold mt-4; }
h2 { @apply text-xl font-semibold mt-3; }
h3 { @apply text-lg font-semibold mt-2; }
h1 { @apply text-4xl font-semibold mt-4; }
h2 { @apply text-3xl font-semibold mt-3; }
h3 { @apply text-2xl font-semibold mt-2; }
h4 { @apply text-xl font-semibold mt-2; }
h5 { @apply text-lg font-semibold mt-2; }
h6 { @apply text-base font-semibold mt-2; }
ul {
@apply list-disc list-outside my-2 pl-4;