summaryrefslogtreecommitdiff
path: root/test/astro-markdown.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 1-71/+0
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 1-3/+3
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults
2021-04-14Add Windows Support (#93)Gravatar Drew Powers 1-1/+2
* Add Windows to test suite * Try implicit URL
2021-04-13fix: bundle client-side code for components used in .md pages (#78)Gravatar Matt Mulder 1-2/+19
2021-04-01Fix complex MDX parsing (#50)Gravatar Matthew Phillips 1-0/+8
* 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-03-30[ci] npm run formatGravatar matthewp 1-1/+1
2021-03-30Add support for doctype (#37)Gravatar Matthew Phillips 1-1/+1
* Add support for doctype * Automatically prepend doctype
2021-03-26Absorb Snowpack config inside Astro (#32)Gravatar Drew Powers 1-5/+5
* Absorb Snowpack config inside Astro * Add basic README * Format tests * Update esbuild * Format tests
2021-03-24hmx ☞ astro (#22)Gravatar Matthew Phillips 1-0/+45
This changes all hmx files to astro files and updates all code to not reference hmx any more.