summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10Fix typo (#5042)Gravatar Oliver Davies 1-1/+1
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 1-1/+1
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-05add charset utf-8Gravatar Kevin Zuniga Cuellar 1-2/+1
2022-08-06[ci] formatGravatar FredKSchott 1-2/+2
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
* Move types to a .d.ts file to avoid making types explicit * Rename to proper types * Move to proper place * Add noEmit to tsconfig.json * Add back removed code by accident
2022-07-20Move the Markdown component to its own package (#3986)Gravatar Matthew Phillips 2-21/+0
* 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
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 2-5/+5
2022-03-09Update examples for 0.24.0 (#2740)Gravatar Tony Sullivan 1-3/+2
* removing Astro.resolve, adding sass dev dependencies * updating tailwind example to use ESM style imports * moving from `<style global>@import` to ESM imports * updating lockfile to pick up examples sass deps * chore(lint): ESLint fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18Update examples to move away from Astro.resolve on styles (#2393)Gravatar Matthew Phillips 1-1/+3
* Update examples to move away from Astro.resolve on styles * Prepend the subpath * Adds a changeset * Switch to @import for the starter
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 3-66/+66
2021-11-24move styles to src (#2003)Gravatar Fred K. Schott 2-1/+54
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-2/+1
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 1-0/+4
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 1-1/+1
2021-07-01Remark and rehype plugins (#562)Gravatar Pavel Mineev 3-0/+86
* remark plugins * remove unused dependency * enable codeblocks * backward compatibility with remark-code-titles * add support for rehype plugins * add proper types for plugins * fixes after review - connect plugins by name - make plugins configurable - connect gfm and footnotes if no plugins provided from config - add more plugins to example * update and rename example * add documentation for markdown plugins * chore: rename with-markdown-plugins example * chore: restructure dependencies * feat: add back smartypants, fix mdx expressions * chore: remove log * test: add markdown plugin tests * chore: add changeset * docs: update markdown doc Co-authored-by: Nate Moore <nate@skypack.dev>