Hello World

cappuccino on teacup and coaster beside a MacBook Photo by Kirsten Drew on Unsplash

Welcome to Gulenok’s blog! This is a test article to verify the content pipeline works.

A subheading

Some text with bold and italic formatting.

  • List item one
  • List item two
  • List item three

Mermaid test

Mermaid diagram

ExcaliDraw Test

Nice Drawing.excalidraw

Code Text

This is monospace part

const Test = ({label}: {label: string}) => {
    return (<div>{label}</div>)
}