# Markdown to PDF Cheatsheet ## Useful Markdown ```markdown # Title ## Section - Bullet item - Another item > Important note ``` ## PDF Styling Tips - Use simple colors and solid backgrounds for PDF engines. - Prefer tables for comparison data. - Keep code blocks short enough to fit page width. - Avoid CSS gradients if the PDF renderer does not support them. ## Document Checklist - Add a clear title. - Use short sections. - Validate links before sharing. - Download and review the final PDF.