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 00fab4ce13
Feat: new legacy.astroFlavoredMarkdown flag (#4016)
* refactor: add legacy.jsxInMarkdown flag to config

* refactor: jsxInMarkdown -> astroFlavoredMarkdown

* refactor: remove `markdown.mode`

* feat: wire up legacy.astroFlavoredMarkdown

* test: add legacy to astro-markdown fixture

* test: remark autolinking

* test: remark components

* test: remark expressions

* test: remark strictness

* chore: remove "mode" from md component

* chore: remove "mode: md" from tests

* Fixing legacy MD tests, adding named slots tests for MDX pages

* chore: update lock file

* WIP: debugging named slots in MDX

* fix: handle named slots in MDX properly

* chore: re-enabling slots tests for MDX pages

* fixing test validation for svelte & vue

* removing unused Tailwind test

* legacy flag for Markdown component tests

* adding is:raw to Markdown component test

* adding is:raw to all Markdown component test fixtures

* can't use is:raw when nesting markdown components

* another nested test can't use is:raw

* one more <Markdown> test fix

* fixing another JSX markdown component test

* chore: add changeset

* e2e tests were missing the legacy flag

* removing the broken tailwind E2E markdown page

Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-22 22:45:16 +00:00
..
index.ts Feat: new legacy.astroFlavoredMarkdown flag (#4016) 2022-07-22 22:45:16 +00: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-headers.ts [ci] format 2022-07-19 05:23:28 +00:00
rehype-escape.ts Encode ampersands in markdown code blocks (#3630) 2022-06-20 19:09:35 +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 [ci] format 2022-06-20 17:14:08 +00: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 Enables eslint on the full repo and adds a rule for no only() tests (#3659) 2022-06-22 15:59:49 +00:00
remark-scoped-styles.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
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 Feat: new legacy.astroFlavoredMarkdown flag (#4016) 2022-07-22 22:45:16 +00:00