astro/packages/markdown/remark/src
Juan Martín Seery 2bc91543ce
feat: Added the ability to add custom themes/languages to Shiki (#2518)
* Replaced `shikiTheme` with `shikiConfig`

* Code.astro now accepts custom themes/langs

* Updated docs

* Updated tests

* Fixed language loading

* Added customization examples

* Updated documentation

* Added more tests

* Changelogs

* Changed some spaces to tabs

* Fixed typo in changesets

* Moved tests fixtures

* Rolled back changes to with-markdown-shiki

* Removed lang example in docs

* Optimized Code component

* Try to fix windows errors

* Try to see if this new tests work
2022-02-07 08:31:02 -08:00
..
index.ts feat: Added the ability to add custom themes/languages to Shiki (#2518) 2022-02-07 08:31:02 -08:00
load-plugins.ts fix: import local plugins into markdown (#2534) 2022-02-04 13:49:50 -05:00
rehype-collect-headers.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
rehype-escape.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
rehype-expressions.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
rehype-islands.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05: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 Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-scoped-styles.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-shiki.ts feat: Added the ability to add custom themes/languages to Shiki (#2518) 2022-02-07 08:31:02 -08:00
remark-slug.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
remark-unwrap.ts Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
types.ts feat: Added the ability to add custom themes/languages to Shiki (#2518) 2022-02-07 08:31:02 -08:00