mdstack themes preview
A tiny showcase of how each theme renders the same markdown.
Note
Drop a folder of markdown, get a site. This page is the same content rendered four ways.
Code
import { defineConfig } from 'mdstack';
export default defineConfig({
theme: 'angular',
});
A small table
| Command | What it does |
|---|---|
| dev | Dev server with HMR |
| build | Static build to dist/ |
| preview | Serve the built dist/ |
Inline things
You can write inline code, bold, italic, highlight, and a ⌘ + K chord.