You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/plugins/wysiwyg.md
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -123,19 +123,7 @@ Use `FormatButtonGroup` to enable typography styling, formatting and marking suc
123
123
editorInstance?.commands.setContent(content);
124
124
}
125
125
126
-
const content = `<p>Flowbite-Svelte is an <strong>open-source library of UI components</strong> based on the utility-first Tailwind CSS framework featuring dark mode support, a Figma design system, and more.</p><p>It includes all of the commonly used components that a website requires, such as buttons, dropdowns, navigation bars, modals, datepickers, advanced charts and the list goes on.</p><p>Here is an example of a code block:</p>
127
-
<pre><code class="language-javascript">for (var i=1; i <= 20; i++)
128
-
{
129
-
if (i % 15 == 0)
130
-
console.log("FizzBuzz");
131
-
else if (i % 3 == 0)
132
-
console.log("Fizz");
133
-
else if (i % 5 == 0)
134
-
console.log("Buzz");
135
-
else
136
-
console.log(i);
137
-
}</code></pre>
138
-
<p>Learn more about all components from the <a href="https://flowbite-svelte.com/docs/pages/quickstart">Flowbite-Svelte Docs</a>.</p>`;
126
+
const content = `<p>Flowbite-Svelte is an <strong>open-source library of UI components</strong> based on the utility-first Tailwind CSS framework featuring dark mode support, a Figma design system, and more.</p><p>It includes all of the commonly used components that a website requires, such as buttons, dropdowns, navigation bars, modals, datepickers, advanced charts and the list goes on.</p>`;
0 commit comments