change the whole parsing of markdown functionality

This commit is contained in:
2024-10-07 15:35:22 +02:00
parent fb6ca6c245
commit 11cc9f6d0a
21 changed files with 311 additions and 264 deletions

View File

@ -662,6 +662,11 @@ video {
margin-right: 0.5rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
@ -702,11 +707,6 @@ video {
margin-bottom: 1.25rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@ -1027,6 +1027,11 @@ video {
line-height: 1;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
@ -1047,16 +1052,6 @@ video {
line-height: 1.75rem;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.font-bold {
font-weight: 700;
}