Start typing on the left and watch the preview update on the right.
.md file at any timeTip: Select some text, then click a toolbar button to wrap it.
function greet(name) {
return `Hello, ${name}! Welcome to Markdown.`;
}
console.log(greet("writer"));