examples/marko-run/.gitignore | 5 + examples/marko-run/package-lock.json | 3740 ++++++++++++++++++++++++++++++++ examples/marko-run/package.json | 20 + examples/marko-run/src/md/example.mdo | 36 + examples/marko-run/src/routes/+layout.marko | 30 + examples/marko-run/src/routes/+meta.json | 3 + examples/marko-run/src/routes/+page.marko | 20 + examples/marko-run/src/tags/markdown-layout.marko | 36 + examples/marko-run/src/tags/photo-grid.marko | 87 + examples/marko-run/tsconfig.json | 19 + examples/marko-run/vite.config.ts | 16 + 11 files changed, 4012 insertions(+)