DEV Community

Arifin
Arifin

Posted on

My first post on dev.to

I'm currently looking for the best blogging platform that can satisfy the following needs:

  • Syntax highlight, because most of my post would be related to programming.
  • Simple and beautiful appearance.
  • Help me getting the audience.

I tried substack but don't find a built in syntax highlighting feature. Let's see if dev.to has it

'use client';

// This is a code block for javascript extension
// Using a simple react component as the example

export default function Page() {
  return (
    <h1>Hi there, welcome to my blog</h1>
  )
}
Enter fullscreen mode Exit fullscreen mode

Hmm, looks great so far.

Ok, I think I'll use dev.to as my main blog platform.

Top comments (0)