astro/test
Matthew Phillips 54ba9f5ee1
Fix complex MDX parsing (#50)
* Fix complex MDX parsing

This allows fully MDX support using the micromark MDX extension. One caveat is that if you do something like use the less than sign, you need to escape it because the parser expects these to be tags otherwise.

* Move micromark definition
2021-04-01 16:34:11 -04:00
..
fixtures Fix complex MDX parsing (#50) 2021-04-01 16:34:11 -04:00
astro-basic.test.js [ci] npm run format 2021-03-30 14:52:09 +00:00
astro-doctype.test.js [ci] npm run format 2021-03-30 14:52:09 +00:00
astro-fallback.test.js Implement fallback capability (#44) 2021-03-31 16:10:27 -04:00
astro-markdown.test.js Fix complex MDX parsing (#50) 2021-04-01 16:34:11 -04:00
astro-request.test.js Implements import.meta.request (#46) 2021-03-31 16:47:03 -04:00
astro-scoped-styles.test.js Fix nested parens bug (#39) 2021-03-30 10:37:04 -06:00
astro-styles-ssr.test.js Extract Astro styles to external stylesheets (#43) 2021-03-31 13:04:18 -06:00
helpers.js Implement fallback capability (#44) 2021-03-31 16:10:27 -04:00
react-component.test.js [ci] npm run format 2021-03-30 14:52:09 +00:00
snowpack-integration.test.js [ci] npm run format 2021-03-30 14:52:09 +00:00
test-utils.js Absorb Snowpack config inside Astro (#32) 2021-03-26 13:14:32 -06:00