astro/packages/integrations/mdx/src
Happydev 4a8a346ca9
feat: add support for other markdown file extensions (#5164)
* fix: add `.markdown ` file extension support

adds `.markdown` file extension support for markdown files

* test: add test case

* chore: adds changeset

* test: move test and fixture to relevant locations

* test: update test

* feat: add multiple markdown file extension support

* feat: add module declaration for different markdown file extensions

* refactor: markdown module declarations

for ease of TS refactoring

* fix: add .js extension to module imports

* test: update test

* chore: update changeset

* chore: update changeset

* test: add new test cases

* test: update tests

* fix: correct typo
2022-10-26 10:18:49 -04:00
..
index.ts feat: add support for other markdown file extensions (#5164) 2022-10-26 10:18:49 -04:00
plugins.ts [ci] format 2022-09-26 22:25:48 +00:00
rehype-collect-headings.ts [MDX] Add getHeadings + generate anchor links (#4095) 2022-08-01 17:23:56 -04:00
remark-prism.ts Refactor @astrojs/prism, fix Prism component import not working (#4114) 2022-08-02 15:53:18 -04:00
remark-shiki.ts chore: updated shiki (#4519) 2022-08-28 08:23:37 -03:00
utils.ts Fix: correctly transform import.meta.env.* in MDX (#4858) 2022-09-26 18:23:47 -04:00