Welcome to the blog. This is the first post.
A heading
Some body text with a link and bold and italic text.
const greet = (name) => `Hello, ${name}!`;
console.log(greet("world"));
More text below the code block.
Welcome to the blog. This is the first post.
Some body text with a link and bold and italic text.
const greet = (name) => `Hello, ${name}!`;
console.log(greet("world"));
More text below the code block.