Logo
Back to Blog
Updated May 10, 2025 (Published April 28, 2025)

test

Posted by
WI
Wilfried@wilxcode
WI
Wilfried@wilxcode
WI
Wilfried@wilxcode

Hello guys, this is my first post

ts
console.log("Hello")
console.log("World")
tsx
<div>
  <Button variant={'link'} className="text-foreground text-base" asChild>
    <Link href={`/posts`}>Back</Link>
  </Button>
  <h1>{post.title}</h1>{Markdoc.renderers.react(renderable, React)}
</div>

My cool snippet

ts
const fence = {
  render: 'CodeBlock',
  attributes: {
    language: {
      type: String,
    },
  },
}