MarkdownPad
158 words
921 chars
Copy
Clear
Export PDF
Editor
# Welcome to MarkdownPad A powerful markdown editor with **live preview** and one-click **PDF export**. ## Features - **Live Preview** - See your changes in real-time as you type - **Toolbar** - Quickly insert common markdown elements - **PDF Export** - Export your document with one click - **Resizable Panels** - Drag to resize editor and preview ## Markdown Syntax ### Text Formatting You can write **bold text**, _italic text_, and ~~strikethrough text~~. ### Code Inline `code` looks like this. Block code: ```javascript function greet(name) { return `Hello, ${name}!`; } ``` ### Blockquotes > "The best way to predict the future is to invent it." > — Alan Kay ### Tables | Feature | Status | | ------- | ------ | | Editor | Done | | Preview | Done | | PDF | Done | ### Lists 1. First ordered item 2. Second ordered item 3. Third ordered item --- Start editing to see the magic happen!
Preview