chore(dprint): update markup_fmt plugin version, fix @render indentation and add couple of new rules

This commit is contained in:
Ilia Mashkov
2026-05-05 16:49:27 +03:00
parent a105c94176
commit fae6694479
5 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ const flyParams: FlyParams = {
>
<div>
{#if headerTitle}
<SectionHeader title={headerTitle} subtitle={headerSubtitle} index={index} />
<SectionHeader title={headerTitle} subtitle={headerSubtitle} {index} />
{/if}
<SectionTitle text={title} />
</div>