summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/add-classes.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Migrate to Vite 3 ⚡️ (#3570)Gravatar Matthew Phillips 30-85/+338
2022-07-18[ci] release (#3939)create-astro@0.14.1astro@1.0.0-beta.73@astrojs/vue@0.4.1@astrojs/telemetry@0.4.1@astrojs/svelte@0.4.1@astrojs/solid-js@0.4.1@astrojs/rss@0.2.2@astrojs/react@0.4.2@astrojs/prism@0.6.1@astrojs/preact@0.5.2@astrojs/mdx@0.2.1@astrojs/markdown-remark@0.12.0@astrojs/image@0.1.3v1-betaGravatar Fred K. Bot 69-224/+775
2022-07-19[ci] formatGravatar FredKSchott 1-1/+3
2022-07-18Feat/image url hash (#3965)Gravatar Tony Sullivan 5-9/+95
2022-07-18ci: fix eslint issues (#3969)Gravatar Juan Martín Seery 2-0/+2
2022-07-18add missing props in markdown layout (#3588)Gravatar Charles Vandevoorde 5-1/+38
2022-07-18[ci] formatGravatar FredKSchott 2-5/+7
2022-07-18Throw the error when `site` option is missing (#3956)Gravatar Vlad Esafev 3-0/+26
2022-07-18Make timeout higher for astro check tests as TypeScript is very slow on Windo...Gravatar Erika 1-2/+2
2022-07-18Revert "Removes trailing dash from generated slugs in markdown (#3044)"Gravatar Fred K. Schott 3-11/+2
2022-07-18Revert "Revert "Removes trailing dash from generated slugs in markdown (#3044)""Gravatar Fred K. Schott 2-1/+6
2022-07-18Revert "Removes trailing dash from generated slugs in markdown (#3044)"Gravatar Fred K. Schott 2-6/+1
2022-07-18[ci] formatGravatar matthewp 1-1/+1
2022-07-18Fixes hydration of Maps and Sets (#3960)Gravatar Matthew Phillips 5-5/+50
2022-07-18Moves Debug component's styles to be inlined (#3963)Gravatar Matthew Phillips 7-13/+69
2022-07-18[Smoke] Add docs and astro.build to smoke test (#3941)Gravatar Ben Holmes 2-13/+18
2022-07-18[ci] formatGravatar tony-sull 2-10/+7
2022-07-18Improving support for third-party hosted image services (#3957)Gravatar Tony Sullivan 6-15/+59
2022-07-18[ci] formatGravatar Princesseuh 1-1/+1
2022-07-18Improve astro check (#3906)Gravatar Erika 17-186/+355
2022-07-18remove ssr-utils file (#3924)Gravatar Fred K. Schott 3-10/+6
2022-07-18Fix expected types for Element in our JSX definitions (#3958)Gravatar Erika 3-13/+17
2022-07-18[ci] formatGravatar matthewp 6-65/+71
2022-07-18Hoist Astro.globbed hoisted scripts in dev (#3930)Gravatar Matthew Phillips 11-189/+276
2022-07-18Sets import.meta.env.BASE_URL correctly in dev (#3955)Gravatar Matthew Phillips 7-66/+115
2022-07-16[ci] formatGravatar RafidMuhymin 1-5/+5
2022-07-16Removes trailing dash from generated slugs in markdown (#3044)Gravatar Rafid Muhymin Wafi 3-2/+11
2022-07-15[ci] formatGravatar bholmesdev 3-17/+32
2022-07-15Handle metadata for MDX files during build (#3915)Gravatar Nate Moore 9-70/+257
2022-07-15Roll back supported Node engines (#3937)Gravatar Chris Swithinbank 15-14/+28
2022-07-14[ci] release (#3925)astro@1.0.0-beta.72@astrojs/react@0.4.1@astrojs/preact@0.5.1Gravatar Fred K. Bot 39-107/+111
2022-07-14Add @babel/core dependencies to react/preact integrations (#3928)Gravatar Matthew Phillips 4-18/+14
2022-07-14Use a .ts file to export built-in components so they're typed (#3927)Gravatar Erika 3-1/+6
2022-07-14[ci] formatGravatar Princesseuh 1-1/+1
2022-07-14fix: export AstroComponentFactory for tsc validattion to pass (#3917)Gravatar Herman Z 1-0/+1
2022-07-14Handle `false` properly in `class:list` (#3922)Gravatar Nate Moore 6-2/+23
2022-07-14[ci] release (#3921)astro@1.0.0-beta.71@astrojs/markdown-remark@0.11.7Gravatar Fred K. Bot 36-78/+83
2022-07-14chore: update compiler (#3918)Gravatar Nate Moore 3-5/+10
2022-07-14[ci] formatGravatar FredKSchott 1-1/+1
2022-07-14add back missing ssr-utils.ts file (#3919)Gravatar Fred K. Schott 3-1/+15
2022-07-13[ci] release (#3903)create-astro@0.14.0astro@1.0.0-beta.70@astrojs/vue@0.4.0@astrojs/telemetry@0.4.0@astrojs/svelte@0.4.0@astrojs/solid-js@0.4.0@astrojs/rss@0.2.1@astrojs/react@0.4.0@astrojs/prism@0.6.0@astrojs/preact@0.5.0@astrojs/mdx@0.2.0@astrojs/markdown-remark@0.11.6Gravatar Fred K. Bot 58-165/+218
2022-07-13Rollback Nodejs Dependancy (#3914)Gravatar Randall 15-14/+28
2022-07-13Astro Types for docs: capitalize Markdown (#3912)Gravatar Sarah Rainsberger 1-5/+5
2022-07-13[ci] formatGravatar matthewp 2-10/+14
2022-07-13Provide a better error message for when RSS is missing `link` field (#3913)Gravatar Matthew Phillips 3-0/+37
2022-07-13[ci] formatGravatar tony-sull 1-3/+7
2022-07-13fix: don't throw when Shiki doesn't recognize a language (#3911)Gravatar Juan Martín Seery 5-1/+34
2022-07-12fix: add github-slugger to ALWAYS_EXTERNAL (#3902)Gravatar Ben Holmes 2-0/+7
2022-07-12[ci] formatastro@1.0.0-beta.69@astrojs/vue@0.3.1@astrojs/vercel@0.2.6@astrojs/telemetry@0.3.1@astrojs/tailwind@0.2.4@astrojs/svelte@0.3.1@astrojs/solid-js@0.3.1@astrojs/sitemap@0.2.6@astrojs/react@0.3.1@astrojs/prefetch@0.0.5@astrojs/preact@0.4.1@astrojs/partytown@0.1.8@astrojs/node@0.1.6@astrojs/netlify@0.4.10@astrojs/mdx@0.1.1@astrojs/markdown-remark@0.11.5@astrojs/image@0.1.2@astrojs/deno@0.1.10@astrojs/cloudflare@0.2.4Gravatar matthewp 3-9/+9
2022-07-12[ci] release (#3900)Gravatar Fred K. Bot 34-69/+67