feat(markdown): add markdown

This commit is contained in:
Alois 2026-08-09 20:54:00 +02:00
commit 0193880cb0
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
4036 changed files with 25057 additions and 1990 deletions

View file

@ -32,6 +32,8 @@ import {
type OnboardingStep,
} from "@methanium/ui";
import { MarkdownShowcase } from "./MarkdownShowcase";
const navigation = [
{ label: "Banana", icon: Home, variant: "default" },
{ label: "Orange", icon: Blocks, variant: "subtleDefault" },
@ -219,6 +221,7 @@ export default function App() {
</Button>
</div>
<ThemeCustomizer />
<MarkdownShowcase />
</div>
</SidebarInset>
</SidebarProvider>