4a8a346ca9
* 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
11 lines
162 B
Markdown
11 lines
162 B
Markdown
---
|
|
'astro': minor
|
|
'@astrojs/rss': patch
|
|
---
|
|
|
|
Add support for markdown files with the following extensions:
|
|
- `.markdown`
|
|
- `.mdown`
|
|
- `.mkdn`
|
|
- `.mkd`
|
|
- `.mdwn`
|