Markdown Live Preview Markdown # Welcome to Markdown Live Preview Type or paste **Markdown** on the left — see the rendered *HTML* on the right, instantly. ## Features you can try - Bullet lists - **Bold** and *italic* text - [Links](https://appstechy.com) - Inline `code` and code blocks: ```js function greet(name) { return `Hello, ${name}!`; } ``` > Blockquotes work too. | Table | Support | |-------|---------| | GFM | Yes | | Sanitized | Yes | Preview