Category: Expert Guide What is the difference between a built-in md-preview and a standalone tool? Markdown Preview # Welcome to Markdown This is a **bold** text and this is an *italic* text. ## Lists * Item 1 * Item 2 * Sub-item 2.1 1. Ordered Item 1 2. Ordered Item 2 ## Code Block javascript function greet(name) { console.log("Hello, " + name + "!"); } greet("World"); ## Link [Google](https://www.google.com)