mdstack

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

CommandWhat it does
devDev server with HMR
buildStatic build to dist/
previewServe the built dist/

Inline things

You can write inline code, bold, italic, highlight, and a + K chord.