This is a sample markdown document that demonstrates various formatting options.
You can use bold text and italic text to emphasize content. You can also use inline code
for technical terms.
function greetUser(name) {
return `Hello, ${name}!`;
}
This is a sample blockquote that can be used to highlight important information or quotes.
For more information, visit GitHub.