Generate markdown presentations compatible with IA Presenter...
This skill generates markdown files formatted for IA Presenter, a presentation tool with specific markdown syntax requirements. IA Presenter uses standard markdown with unique conventions for slide separation, content visibility, and layout control.
Use heading levels to control slide hierarchy:
# Title and ## Subtitle on the first slide create the cover page--- separates slides### Heading creates content slide titles (always visible)Control what appears on slides using tab characters:
Critical: Use actual tab characters (\t), not the tab symbol or spaces.
Create side-by-side layouts by separating tabbed content with a non-tabbed line:
Left panel content
Right panel content
Without the separator, content stacks vertically.
Follow this typical flow:
Keep text minimal and impactful:
Before generating, ask clarifying questions:
Handle images as follows:
/assets//assets/myimage.jpgsize: contain on the line after the image path to fit the full imageStandard markdown works within IA Presenter:
**bold** for bold text*italic* for italic text[link text](url) for hyperlinks```python1., 2., etc.- or *Always create a .md file in /mnt/user-data/outputs/ with the IA Presenter formatted content.
See references/Example_IA_Presenter_Deck.md for a complete working example demonstrating all syntax features.
Full IA Presenter markdown documentation: https://ia.net/presenter/support/basics/markdown