Skip to content

Repository files navigation

JAAMD — Just Another Astro Markdown. Markdown, finished.

Remark plugins, client-side enhancements and styles as a single Astro integration for Markdown content.

main License npm version

npx astro add @lancher-dev/jaamd
---
import MarkdownContent from "@lancher-dev/jaamd/components";
---
<MarkdownContent>
  <slot />
</MarkdownContent>

Showcase: jaamd.lancher.dev

Repository

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 smoke

Adding a theme is a directory and a manifest entry: see CONTRIBUTING.md.

License

jaamd is released under the MIT License.

Releases

Contributors

Languages