This is a sample document. You can edit the content on the left, and the preview will update in real-time on the right.
Note: Supports all standard Markdown syntax, including headings, lists, quotes, code blocks, etc.
// Code block example
function hello() {
console.log("Hello, World!");
}