This content is centered vertically and horizontally. Great for quotes or big impact statements.
"Simplicity is the ultimate sophistication."
def hello_world():
print("Hello from CLI Presenter!")
graph LR;
A[Markdown] -->|Parse| B(Slide Objects);
B -->|Render| C{Output};
C -->|TUI| D[Terminal];
C -->|HTML| E[Browser/PDF];
Run cli-presenter export template.md to see these diagrams in action!