Barış Şan

example

Example post: writing with Markdown

This is a placeholder post that demonstrates the blog’s typography.

Headings look like this

Regular paragraph text with bold, italic and inline code.

// Code blocks are styled too
function greet(name) {
  return `Hello, ${name}!`;
}

Blockquotes for the wise words of others.

  1. Ordered lists
  2. Work as expected

Delete this post when you publish your first real one.