Markdown Preview
# Welcome to Markdown Preview Write your **markdown** here and see it rendered live. ## Features - Real-time preview - GitHub Flavored Markdown - Code highlighting ## Code Example ```javascript const greet = (name) => { return "Hello, " + name + "!"; }; ``` ## Table | Name | Score | Grade | |------|-------|-------| | Alex | 95 | A | | Sam | 82 | B | > "The best tool is the one you actually use."