mdeck-0.11.2 is not a library.
Installation
Homebrew (macOS / Linux)
Pre-built binaries
Download from GitHub Releases.
Cargo
Build from source
Usage
Commands
The mdeck spec command outputs the complete MDeck markdown format specification, including all supported slide layouts, directives, diagram syntax, and visualization types. This is useful both for humans learning the format and for AI agents that need to understand how to write presentations for MDeck.
Shell Completions
# Static completions
# Dynamic completions (recommended)
Keyboard Controls
| Key | Action |
|---|---|
| Right Arrow | Next slide |
| Left Arrow | Previous slide |
Development
Documentation
The format specification (crates/mdeck/doc/mdeck-spec.md) is the authoritative reference for the MDeck markdown format. It is embedded in the binary and available via mdeck spec.
Important: The spec must be kept up to date whenever features are added or changed. Any new slide layout, directive, visualization type, or keyboard shortcut must be documented in the spec before release.
License
MIT