astro/packages/markdown/remark/src
Juan Martín Seery b835e285de
feat: markdown config typechecking (#2970)
* Added schemas to markdown plugin

* Added new schemas to main package

* Changesets

* typeraw

* Explaination about the weird type hack

* Added markdown.mode to config

* Added comment

* Formatted

* Moved validation to `astro` and added RemarkPlugin ad RehypePlugin

* Removed the ability to have a custom markdown renderer internally

* Fixed plugin type

* Removed unused renderMarkdownWithFrontmatter

* Added missing dependency

* Dynamically import astro markdown

* Cache import
2022-04-11 16:01:12 -07:00
..
index.ts feat: markdown config typechecking (#2970) 2022-04-11 16:01:12 -07:00
load-plugins.ts feat: markdown config typechecking (#2970) 2022-04-11 16:01:12 -07:00
rehype-collect-headers.ts Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
rehype-escape.ts chore: changed data-astro-raw to is:raw (#2706) 2022-03-03 11:34:36 -06:00
rehype-expressions.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
rehype-islands.ts update prettier width (#2968) 2022-04-02 14:15:41 -06:00
rehype-jsx.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-expressions.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-jsx.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-prism.ts update prettier width (#2968) 2022-04-02 14:15:41 -06:00
remark-scoped-styles.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-shiki.ts feat: markdown config typechecking (#2970) 2022-04-11 16:01:12 -07:00
remark-slug.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-unwrap.ts update prettier width (#2968) 2022-04-02 14:15:41 -06:00
types.ts feat: markdown config typechecking (#2970) 2022-04-11 16:01:12 -07:00