0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/markdown/remark/src
Ben Holmes ac03218247
[MD] extendDefaultPlugins to preserve default remark plugins (#4474)
* feat: add { extends } to markdown config

* test: remark plugins with extends

* deps: pnpm lock

* chore: changeset

* fix: remarkPlugins -> rehypePlugins

* docs: update markdown config reference

* Revert "feat: add { extends } to markdown config"

This reverts commit 5d050bbcf9a2c0d470cae79c4d0a954d489f4e8c.

* feat: new "extendDefaultPlugins" flag

* docs: update config

* nit: We -> Astro applies

* fix: backticks on `false`

* nit: Note -> REAL note

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* docs: note -> caution

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-25 17:21:56 -04:00
..
index.ts [MD] extendDefaultPlugins to preserve default remark plugins (#4474) 2022-08-25 17:21:56 -04:00
load-plugins.ts feat: markdown config typechecking (#2970) 2022-04-11 16:01:12 -07:00
mdast-util-mdxish.ts [ci] format 2022-05-24 22:03:29 +00:00
mdxjs.ts [ci] format 2022-06-08 17:43:10 +00:00
rehype-collect-headings.ts Rename Markdown util getHeaders() to getHeadings() (#4031) 2022-07-23 17:23:15 -05:00
rehype-escape.ts [ci] format 2022-08-05 14:24:50 +00:00
rehype-expressions.ts Improve Markdown + Components usage (#3410) 2022-05-24 17:02:11 -05:00
rehype-islands.ts Consolidate hydration scripts into just one (#3571) 2022-06-15 08:50:05 -04:00
rehype-jsx.ts Remove extra newlines around Markdown components (#3620) 2022-06-17 11:52:37 -05:00
remark-escape.ts [markdown] Harder, better, faster, stronger vite-plugin-markdown (#4137) 2022-08-05 15:43:50 -04:00
remark-initialize-astro-data.ts Frontmatter injection for MD and MDX (#4176) 2022-08-05 18:55:38 -05:00
remark-mark-and-unravel.ts [ci] format 2022-05-24 22:03:29 +00:00
remark-mdxish.ts Fix remarkMdxish performance issue on huge sites (#3572) 2022-06-10 17:32:23 -05:00
remark-prism.ts Refactor @astrojs/prism, fix Prism component import not working (#4114) 2022-08-02 15:53:18 -04:00
remark-scoped-styles.ts
remark-shiki.ts ci: fix eslint issues (#3969) 2022-07-18 19:59:53 -03:00
remark-unwrap.ts Consolidate hydration scripts into just one (#3571) 2022-06-15 08:50:05 -04:00
types.ts [MD] extendDefaultPlugins to preserve default remark plugins (#4474) 2022-08-25 17:21:56 -04:00