summaryrefslogtreecommitdiff
path: root/packages/markdown/component (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08Remove markdown component (#7931)Gravatar Bjorn Lu 77-1451/+0
2023-07-14nit: export props has been unnecessary.. forever (#7646)Gravatar Erika 1-1/+1
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-1/+1
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 1-4/+3
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 3-6/+6
2023-06-09[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-09Remove error message for using Markdown component (#7343)Gravatar Matthew Phillips 1-7/+1
2023-05-18[ci] release (#7090)astro@2.5.0@astrojs/vue@2.2.0@astrojs/vercel@3.4.0@astrojs/turbolinks@0.2.2@astrojs/tailwind@3.1.3@astrojs/svelte@2.2.0@astrojs/solid-js@2.2.0@astrojs/rss@2.4.2@astrojs/react@2.2.0@astrojs/prism@2.1.2@astrojs/prefetch@0.2.2@astrojs/preact@2.2.0@astrojs/partytown@1.2.2@astrojs/node@5.1.4@astrojs/netlify@2.2.3@astrojs/mdx@0.19.2@astrojs/markdown-remark@2.2.1@astrojs/markdown-component@1.0.4@astrojs/markdoc@0.2.0@astrojs/lit@2.0.2@astrojs/image@0.16.9@astrojs/deno@4.1.1@astrojs/cloudflare@6.3.0@astrojs/alpinejs@0.2.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-17Add files field to packages (#7104)Gravatar Bjorn Lu 1-0/+3
2023-05-03Upgrade shiki to v0.14.1 (#6932)Gravatar Bjorn Lu 2-8/+8
* Upgrade shiki * Update themes * Update languages * Simplify * Fix compat for other remark code * Update theme again * Fix language gen * Add changeset * Fix code * Update test theme colors * Update changeset * Fix test again
2023-04-27Upgrade turbo (#6911)Gravatar Bjorn Lu 10-10/+10
2023-03-13[ci] release (#6476)astro@2.1.3@astrojs/vercel@3.2.1@astrojs/turbolinks@0.2.1@astrojs/tailwind@3.1.1@astrojs/sitemap@1.2.1@astrojs/rss@2.3.0@astrojs/prism@2.1.1@astrojs/prefetch@0.2.1@astrojs/partytown@1.1.1@astrojs/mdx@0.18.1@astrojs/markdown-component@1.0.3@astrojs/markdoc@0.0.2@astrojs/image@0.16.1@astrojs/cloudflare@6.2.1@astrojs/alpinejs@0.2.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 1-0/+1
* Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-05Remove legacy.astroFlavoredMarkdown (#5771)Gravatar Matthew Phillips 10-245/+0
* Remove legacy.astroFlavoredMarkdown * update vue mdx test * Add a changeset
2022-12-19Fix spelling mistakes found by codespell and mwic (#5627)Gravatar Anders Kaseorg 1-1/+1
2022-11-03[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-02fix homepage url for integrations (#5281)Gravatar Aleksa 1-1/+1
* fix homepage url for integrations * Create curvy-countries-kiss.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 4-4/+14
2022-08-09[ci] release (#4224)astro@1.0.1@astrojs/markdown-component@1.0.1@astrojs/image@0.3.3Gravatar Fred K. Bot 2-7/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09Markdown component: fix package name in readme.md (#4208)Gravatar Masataka Yakura 1-1/+1
* Markdown component: fix package name in readme.md readme says it's `@astrojs/markdown`, but package name is actually `@astrojs/markdown-component`. * Create dry-deers-vanish.md * Update dry-deers-vanish.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-08-09Astro 1.0.0 (#4214)Gravatar Nate Moore 2-1/+9
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-07-30[ci] release (#4086)astro@1.0.0-rc.3@astrojs/mdx@0.4.0@astrojs/markdown-component@0.2.1Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-28Fix shape of Markdown component to work with the language-server (#4085)Gravatar Erika 1-0/+2
* Fix shape of Markdown component to work with the language-server * Add changeset
2022-07-26[ci] release (#3972)create-astro@0.14.2astro@1.0.0-rc.1@astrojs/vue@0.5.0@astrojs/vercel@0.3.0@astrojs/tailwind@0.2.5@astrojs/svelte@0.5.0@astrojs/sitemap@0.3.0@astrojs/prefetch@0.0.6@astrojs/partytown@0.1.9@astrojs/node@0.2.0@astrojs/netlify@0.5.0@astrojs/mdx@0.3.0@astrojs/markdown-remark@0.13.0@astrojs/markdown-component@0.2.0@astrojs/lit@0.3.2@astrojs/image@0.2.0@astrojs/deno@0.2.0@astrojs/cloudflare@0.3.0Gravatar Fred K. Bot 2-1/+39
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-22Feat: new `legacy.astroFlavoredMarkdown` flag (#4016)Gravatar Ben Holmes 15-17/+17
* refactor: add legacy.jsxInMarkdown flag to config * refactor: jsxInMarkdown -> astroFlavoredMarkdown * refactor: remove `markdown.mode` * feat: wire up legacy.astroFlavoredMarkdown * test: add legacy to astro-markdown fixture * test: remark autolinking * test: remark components * test: remark expressions * test: remark strictness * chore: remove "mode" from md component * chore: remove "mode: md" from tests * Fixing legacy MD tests, adding named slots tests for MDX pages * chore: update lock file * WIP: debugging named slots in MDX * fix: handle named slots in MDX properly * chore: re-enabling slots tests for MDX pages * fixing test validation for svelte & vue * removing unused Tailwind test * legacy flag for Markdown component tests * adding is:raw to Markdown component test * adding is:raw to all Markdown component test fixtures * can't use is:raw when nesting markdown components * another nested test can't use is:raw * one more <Markdown> test fix * fixing another JSX markdown component test * chore: add changeset * e2e tests were missing the legacy flag * removing the broken tailwind E2E markdown page Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Nate Moore <nate@astro.build>
2022-07-20[ci] formatGravatar matthewp 2-5/+6
2022-07-20Move the Markdown component to its own package (#3986)Gravatar Matthew Phillips 84-0/+1608
* Move the Markdown component to its own package * Update the examples * Updated lockfile * Use is:raw * Add a main field * Update the formatting of the readme * Rename to @astrojs/markdown-component