Remark plugins, client-side enhancements and styles as a single Astro integration for Markdown content.
npx astro add @lancher-dev/jaamd---
import MarkdownContent from "@lancher-dev/jaamd/components";
---
<MarkdownContent>
<slot />
</MarkdownContent>Showcase: jaamd.lancher.dev
| Path | What |
|---|---|
packages/jaamd |
The integration, and its documentation |
www |
The showcase, itself rendered with jaamd |
tests |
Slug parity, the theme contract, and post-build assertions |
pnpm install
pnpm dev # the showcase, on localhost:4321
pnpm build && pnpm smokeAdding a theme is a directory and a manifest entry: see CONTRIBUTING.md.
jaamd is released under the MIT License.