Skip to content

Commit

Permalink
indent error ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Sep 26, 2023
1 parent c228793 commit 19cd2cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kit/preprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ export const frameworkcontentPreprocess = {
const fwContent = fwcontentBody.match(REGEX_FW)[1];
svelteSlots += `<svelte:fragment slot="${framework}">
<Markdown>
<Markdown>
\n\n${fwContent}\n\n
\n\n${fwContent}\n\n
</Markdown>
</svelte:fragment>`;
</Markdown>
</svelte:fragment>`;
}
}

Expand Down

0 comments on commit 19cd2cd

Please sign in to comment.