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/pages/docs/plugins/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ tocHeading: 2
12
12
13
13
## Featured
14
14
15
+
-[Markdown](/docs/plugins/markdown/) - Author your pages in markdown
15
16
-[Lit SSR](/docs/plugins/lit-ssr/) - For Lit users, a custom renderer plugin to support Lit+SSR
16
17
-[PostCSS](/docs/plugins/postcss/) - Leverage PostCSS plugins, like [Tailwind](/guides/ecosystem/tailwind/)
17
18
-[CSS Modules](/docs/plugins/css-modules/) - Support for [CSS Modules ™](https://github.com/css-modules/css-modules) syntax
@@ -31,6 +32,7 @@ Below is the official list of supported first-party plugins available by the Gre
31
32
|[Import Raw](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-raw)| Enables usage of ESM syntax for loading arbitrary file contents as a string. |
32
33
|[JSX](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-jsx)| Enables usage of ESM syntax for loading [**WCC**](https://github.com/ProjectEvergreen/wcc) compatible JSX. |
33
34
|[Lit SSR](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit)| A server-side rendering plugin for Lit based Greenwood projects. |
35
+
|[Markdown](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-markdown)| Author your pages in markdown using the [**unified**](https://unifiedjs.com/) ecosystem. |
34
36
|[Netlify](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-netlify)| Deploy serverless and edge functions to [**Netlify**](https://www.netlify.com/). |
35
37
|[Polyfills](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills)| Web Component related polyfills for older browsers. |
36
38
|[PostCSS](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss)| Allows usage of [**PostCSS**](https://postcss.org/) plugins and configuration in your project. |
0 commit comments