Import Markdown (.md) as slides with proper math rendering (LaTeX blocks)
Siyuan Wang
I regularly write slide drafts in a Markdown file (headings + bullet lists + LaTeX math like $$...$$ or \(...\) / \[...\]).
Problem:
When I paste or import Markdown content into Gamma, math is not rendered automatically. I have to manually recreate each equation using /math block or /inline math, which is time-consuming and error-prone for math-heavy slides.
Request:
Please support importing a .md file (or pasted Markdown) and automatically converting it into Gamma cards/slides with math rendered correctly, including:
• Detect block math ($$...$$ / \[...\]) and convert to Math Block
• Detect inline math ($...$ / \(...\)) and convert to Inline Math
• Preserve headings and bullet structure
• Optionally support slide splitting by --- (common in Markdown slide decks)
Why this helps:
This would enable a smooth workflow for technical users who draft slides in Markdown (often generated by tools or LLMs) and want a one-step import into Gamma without manual equation re-entry.