summaryrefslogtreecommitdiff
path: root/packages/markdown/component/test/astro-markdown.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08Remove markdown component (#7931)Gravatar Bjorn Lu 1-244/+0
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-1/+1
2023-05-03Upgrade shiki to v0.14.1 (#6932)Gravatar Bjorn Lu 1-1/+1
* 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-01-05Remove legacy.astroFlavoredMarkdown (#5771)Gravatar Matthew Phillips 1-108/+0
* Remove legacy.astroFlavoredMarkdown * update vue mdx test * Add a changeset
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 1-0/+2
2022-07-20Move the Markdown component to its own package (#3986)Gravatar Matthew Phillips 1-0/+350
* 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