summaryrefslogtreecommitdiff
path: root/examples/with-markdown/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25stop building, bundling, and transforming public/ files (#1210)Gravatar Fred K. Schott 1-1/+1
* stop bundling public/ files * update www and examples
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-20[ci] yarn formatGravatar FredKSchott 1-11/+11
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 1-1/+1
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 1-6/+6
* feat: :recycle: updating hydration to work with the directive syntax * test: :white_check_mark: Updating tests for the hydration directive syntax * refactor: Updating example projects for the hydration directive syntax * test: :white_check_mark: Found a test fixture still needing an update to the hydration directive syntax * style: Prettier strikes again! Reverting code formatting changes * refactor: :recycle: moving directive matching to a Set * refactor: Updating syntax to `client:load` * refactor: :recycle: Simplifying the `client:` directive match Per PR feedback from @matthewp * chore: errant console.warn() snuck into the last commit * feat: :loud_sound: Adding a super fancy build warning to update to the directive syntax * refactor: :recycle: Removing unnecessary checks when matching supported hydration directives `val` isn't being used for now, but leaving it in the attr destructuring as a reminder since it'll be needed for `client:media` * test: :white_check_mark: Including the original hydration syntax in a test to make sure it builds * style: :memo: Adding a comment to make it clear why the old hydration syntax is included in a the test markup * fix: :bug: updating `head` logic to recognize hydration directive syntax * docs: Adding changeset * refactor: :fire: Removing unnecessary `!hasComponents` check * docs: :memo: Adding more detail to the changset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-1/+8
2021-06-29Fix `<Markdown {content} />` closing parent tag (#575)Gravatar Nate Moore 2-0/+18
* test(#494): add failing test * chore: update with-markdown example * fix(#494): avoid early close with <Markdown content /> * chore: add changeset
2021-06-28Restructure examples (#568)Gravatar Nate Moore 7-0/+175
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>