summaryrefslogtreecommitdiff
path: root/examples/with-markdown-shiki/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31Update `astro add` integrations list (#4574)Gravatar Chris Swithinbank 2-9/+14
2022-08-31[ci] formatGravatar Jutanium 2-23/+20
2022-08-31Update templates to avoid devDependencies and :global (#4576)Gravatar Dan Jutan 30-2679/+2633
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency * fix remaining merge conflicts * update lockfile
2022-08-31[ci] formatGravatar matthewp 1-7/+7
2022-08-31Deno custom 404 pages (#4562)Gravatar Zicklag 4-2/+35
* Add Failing Test For Deno Custom 404 Pages * Make Deno SSR Serve Custom 404 Pages
2022-08-31Revert "Update templates to avoid devDependencies and :global (#4544)" (#4575)Gravatar Dan Jutan 30-2644/+2689
This reverts commit ca2d0728e421a19492dd88aa35c37626c6a2897a.
2022-08-31Update templates to avoid devDependencies and :global (#4544)Gravatar Dan Jutan 30-2689/+2644
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency
2022-08-31fix: always get latest pnpm (#4571)Gravatar Ofer Shaal 1-1/+5
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-31Remove unused CSS for `client:load` components (#4566)Gravatar Bjorn Lu 6-9/+48
2022-08-30[ci] formatGravatar tony-sull 16-85/+79
2022-08-30Image integration refactor and cleanup (#4482)Gravatar Tony Sullivan 42-763/+2211
* WIP: simplifying the use of `fs` vs. the vite plugin * removing a few node deps (etag and node:path) * adding ts defs for sharp * using the same mime package as astro's core App * fixing file URL support in windows * using file URLs when loading local image metadata * fixing a bug in the etag helper * Windows compat * splitting out dev & build tests * why do these suites fail in parallel? * one last windows compat case * Adding tests for treating /public images the same as remote URLs * a couple fixes for Astro's `base` config * adding base path tests for SSR * fixing a bad merge, lost the kleur dependency * adding a test suite for images + MDX * chore: add changeset * simplifying the with-mdx tests * bugfix: don't duplicate the period when using existing file extensions * let Vite cache the image loader service * adding some docs for using /public images * fixing changeset * Update packages/integrations/image/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/image/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * nit: minor README syntax tweaks Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-30Adds the "withastro" keyword to adapter packages (#4558)Gravatar Tony Sullivan 6-0/+14
* adds the "withastro" keyword to adapter packages * chore: add changeset
2022-08-30[ci] formatGravatar bholmesdev 3-19/+13
2022-08-30[MDX] Extend Markdown plugin config, with customization options (#4504)Gravatar Ben Holmes 14-254/+435
* test: new combined remark / rehype suite * fix: use with-plugins fixture * chore: remove old mdx plugin tests * docs: add JS docs * docs: update README with thorough example * chore: changeset * fix: add "extends" error message * fix: ignore string-based plugins in md * feat: add warning log for string plugins * docs: highlight `extendPlugins` Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * nit: highlight "extendPlugins" * fix: md plugins type check * chore: "defaults" -> "astroDefaults" * nit: info log when inheriting markdown plugins * refactor: one big log on new behavior * dan: dan nit Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-30[ci] release (#4520)astro@1.1.2@astrojs/react@1.1.1@astrojs/mdx@0.10.3@astrojs/markdown-remark@1.1.1@astrojs/lit@1.0.1@astrojs/image@0.3.7Gravatar Fred K. Bot 51-142/+135
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-30Add custom components to mdx integration guide (#4530)Gravatar Kyle F Butts 2-0/+53
* Add custom components to mdx integration guide * Update packages/integrations/mdx/README.md Co-authored-by: Ben Holmes <hey@bholmes.dev> * Update packages/integrations/mdx/README.md Co-authored-by: Ben Holmes <hey@bholmes.dev> * Update packages/integrations/mdx/README.md Co-authored-by: Ben Holmes <hey@bholmes.dev> * Update packages/integrations/mdx/README.md Co-authored-by: Ben Holmes <hey@bholmes.dev> * Incorporate Sarah and Ben's Feedback * Fix what would be an ugly background lol * Sarah taking liberty of removing double text * Add changeset Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-30[ci] formatGravatar matthewp 3-22/+29
2022-08-30Include trailingSlash in astro:build:done hook (#4553)Gravatar Matthew Phillips 10-3/+192
2022-08-30Fix "failed to load for SSR" error when removing Astro `<style>` blocks (#4548)Gravatar Ben Holmes 2-9/+17
* wip: try removing ssrLoadModule on styles * chore: changeset * fix: invalidate mod before crawling graph * Revert "fix: invalidate mod before crawling graph" This reverts commit 883710d21c5193677e2358b76549489b5f33b946. * Revert "wip: try removing ssrLoadModule on styles" This reverts commit 880e73d94a42b1476fa3a2e611fc5017a3b4bdbd. * SAD fix: try/catch on ssrLoadModule * refactor: isFile -> isRootFile * docs: update comments for new findings
2022-08-30[ci] update lockfile (#4514)Gravatar Fred K. Bot 1-2112/+2159
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-08-30Add missing packages to the readme (#4552)Gravatar Matthew Phillips 1-0/+4
2022-08-30[docs] remove confusing note added in wrong place (#4551)Gravatar Sarah Rainsberger 1-9/+1
2022-08-30Vite ignore unknown import (#4527)Gravatar Bjorn Lu 2-1/+6
2022-08-29[astro add] Add an Adapter -> Add an SSR Adapter (#4546)Gravatar Ben Holmes 2-1/+6
* nit: Add an Adapter -> Add an SSR Adapter * chore: changeset
2022-08-29Configures Lit to work with its decorators (#4503)Gravatar Matthew Phillips 4-4/+14
* Configures Lit to work with its decorators * Remove comment
2022-08-29fix: improve docs example (#4355)Gravatar Julius Marminge 22-890/+1067
* fix: improve docs example * final touches * chore: prettier * lockfile * ci? * downgrade types node * fresh lockfile * lockfile and npmrc * remove debug log * Merge branch 'main' into docs-template-ts * merging lockfiles suck * update lockfile * satisfy linter
2022-08-29Skip clean SSR output if page generation fails (#4526)Gravatar Bjorn Lu 2-5/+7
2022-08-29Remove hardcoded Vite middleware handling (#4531)Gravatar Bjorn Lu 4-17/+6
2022-08-29Add missing slot attribute to possible attributes on SVG elements (#4535)Gravatar Erika 2-1/+7
2022-08-29Fix image integration's types not referring to the base types for Vite ↵Gravatar Erika 2-0/+7
client types (#4534)
2022-08-29Fix `@astrojs/node` typo (#4525)Gravatar Bjorn Lu 1-1/+1
2022-08-29Update README.md (#4517)Gravatar Tim Rinkel 1-1/+0
2022-08-29fix: config type import (#4524)Gravatar applemonkey496 2-1/+6
2022-08-28chore: updated shiki (#4519)Gravatar Juan Martín Seery 9-27/+82
* Upgraded shiki * Use setColorReplacements * no-shadow * Changeset
2022-08-26[ci] release (#4508)astro@1.1.1Gravatar Fred K. Bot 30-58/+59
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26Fix import-meta.d.ts not being included in the package (#4507)Gravatar Erika 2-0/+7
2022-08-26[ci] release (#4502)@astrojs/alpinejs@0.1.1Gravatar Fred K. Bot 5-8/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26Update README.mdGravatar Fred K. Schott 1-1/+1
2022-08-26Add `renderer` keyword to alpinejs integration (#4501)Gravatar Mohammed Elhaouari 2-0/+7
* Add renderer keyword to alpinejs * Add changeset
2022-08-26[ci] release (#4495)create-astro@1.0.1astro@1.1.0@astrojs/solid-js@1.1.0@astrojs/react@1.1.0@astrojs/mdx@0.10.2@astrojs/markdown-remark@1.1.0Gravatar Fred K. Bot 51-213/+141
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26chore: update readme to include alpine js integration (#4498)Gravatar Abdullah Mzaien 1-0/+1
2022-08-26Update astro check to use latest version of the language server (#4500)Gravatar Erika 3-50/+57
* Update @astrojs/language-server to latest version * Add changeset * Update lockfile
2022-08-26Vendor Vite's importMeta.d.ts inside our repo to workaround issue with `tsc` ↵Gravatar Erika 3-1/+43
on Linux (#4499) * Update @astrojs/language-server to latest version * Vendor importMeta.d.ts from Vite inside our repo to workaround TypeScript issue on Linux * Remove unnecessary change * Add changeset
2022-08-26Only print file output only for 404 and 500 routes (#4497)Gravatar Ben Holmes 2-5/+9
* fix: print file output only for 404 and 500 routes * chore: changeset
2022-08-26[ci] formatGravatar matthewp 1-14/+9
2022-08-26chore: update to solid 1.5 (#4496)Gravatar Abdullah Mzaien 3-4/+17
2022-08-26Exit prerelease mode for 1.1 release (#4493)Gravatar Matthew Phillips 1-1/+1
2022-08-26Remove "as Props" from the astro examples (#4494)Gravatar Mohammed Elhaouari 8-8/+8
2022-08-26[ci] update lockfile (#4492)Gravatar Fred K. Bot 1-33/+41
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-08-26Edit Alpinejs content generation for Docs (#4466)Gravatar Mark Spratt 1-6/+5
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>