Перевёл Markdown на Svelte Runes
This commit is contained in:
parent
763b263b5a
commit
7da16b7f0d
2 changed files with 2 additions and 2 deletions
|
|
@ -136,6 +136,6 @@
|
||||||
text-slate-950 sm:px-4 sm:text-xl"
|
text-slate-950 sm:px-4 sm:text-xl"
|
||||||
>
|
>
|
||||||
<section class="mx-auto flex max-w-5xl flex-col flex-nowrap">
|
<section class="mx-auto flex max-w-5xl flex-col flex-nowrap">
|
||||||
<svelte:component this={data.content} />
|
<data.content />
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -170,5 +170,5 @@
|
||||||
text-slate-950
|
text-slate-950
|
||||||
sm:text-xl lg:p-8"
|
sm:text-xl lg:p-8"
|
||||||
>
|
>
|
||||||
<svelte:component this={data.content} />
|
<data.content />
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue