diff --git a/docs/src/docPages/guide/custom-styling.md b/docs/src/docPages/guide/styling.md similarity index 78% rename from docs/src/docPages/guide/custom-styling.md rename to docs/src/docPages/guide/styling.md index 01febff5..d8156de6 100644 --- a/docs/src/docPages/guide/custom-styling.md +++ b/docs/src/docPages/guide/styling.md @@ -72,6 +72,17 @@ new Editor({ }) ``` +### With Tailwind CSS +The editor works fine with Tailwind CSS, too. Find an example that’s styled with the `@tailwindcss/typography` plugin. + + + ## Option 3: Customize the HTML You can even customize the markup for every extension. This will make a custom bold extension that doesn’t render a `` tag, but a `` tag: diff --git a/docs/src/links.yaml b/docs/src/links.yaml index 3908471b..86681c64 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -46,7 +46,7 @@ link: /guide/create-a-toolbar draft: true - title: Custom styling - link: /guide/custom-styling + link: /guide/styling - title: Store content link: /guide/store-content - title: Build extensions