How do I convert Markdown to PDF?
Upload a .md file or paste Markdown content, select a theme (GitHub/Typora/Compact), configure page settings if needed, enable options like TOC or code highlight, then click 'Convert to PDF'. Download when ready.
Can I paste Markdown content instead of uploading a file?
Yes! Check 'Use content instead of file' to reveal a text area where you can paste Markdown directly. Perfect for quick conversions or testing snippets.
What themes are available?
GitHub (clean, familiar style like GitHub README), Typora (elegant, polished appearance), and Compact (space-efficient for printing, fits more content per page).
What is 'Generate TOC'?
Table of Contents. When enabled (default), the tool automatically generates a clickable TOC from your Markdown headings (##, ###, etc.). Appears at the top of the PDF for easy navigation.
How does code highlighting work?
Code blocks (``` syntax) are automatically syntax-highlighted based on the language specified. For example, ```python highlights Python code. Works for most programming languages. Enabled by default.
What is KaTeX?
KaTeX renders math equations written in LaTeX syntax. Use $ for inline math (e.g., $x^2$) or $$ for block equations. Disabled by default - enable if your Markdown contains mathematical formulas.
Will images in my Markdown appear in the PDF?
Yes. Images referenced in Markdown ( syntax) are loaded and embedded in the PDF. External image URLs must be publicly accessible.
Are tables and lists formatted properly?
Yes! Markdown tables, ordered lists, unordered lists, nested lists, and blockquotes all render with proper formatting and styling according to the selected theme.
Can I customize the PDF layout?
Yes. Adjust page size (A4/Letter), margins (0-100mm per edge), scale (0.5-2.0 zoom), orientation (portrait/landscape), and add custom headers/footers with HTML templates.
What Markdown syntax is supported?
All standard Markdown: headings (#), bold (**), italic (*), links ([text](url)), images (), code blocks (```), inline code (`), tables, lists, blockquotes (>), horizontal rules (---), and more.
What happens to my Markdown during conversion?
Small files/content (10MB or less) process on our server but are never stored. Large files (over 10MB) are temporarily stored during processing and automatically deleted after 2 hours.
Is there a file size limit?
Yes, Markdown files up to 200MB are supported. This handles very large documentation projects, books, or knowledge bases.