[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project
flo-bit.dev/tiny-docs/
Embeds#
Drop a URL on its own line, or use a ::directive{} inside your markdown.
Built-in#
- YouTube — paste a youtube link, or
::youtube{#VIDEO_ID} - GitHub repo card — paste
https://github.com/owner/repo - Link card — any other URL on its own line becomes a rich link card
- Excalidraw — paste
https://excalidraw.com/#json=... - Callouts — GitHub-style
> [!NOTE],> [!TIP],> [!WARNING],> [!CAUTION],> [!IMPORTANT]
Math and code#
- Math:
$inline$and$$block$$(rendered via MathJax). - Code blocks: Shiki highlighting with
// [!code highlight]annotations.