mini-docs 0.4.5

A minimal, secure build-time Markdown to HTML generator for the mini-* family.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Guide
tags: [guide]
---

# Guide

## Getting Started

This heading gets an auto-generated anchor slug (`#getting-started`) — try linking
directly to it.

## Frontmatter

Every page here has a `---`-delimited frontmatter block. `tags`, `pinned`, and
`summary` all show up in `data.json`.