skip to content

Hello World

Post đầu tiên

Bên dưới là một vài ví dụ về markdown syntax khi được render bởi Astro

A covered up pug in the woods

Using some markdown elements

Here we have a simple js code block.

let string = "JavaScript syntax highlighting";

This is styled by Shiki, set via the config for Astro.

You can choose your own theme from this library, which is currently set to Dracula, in the file astro.config.mjs.

Here is a horizontal rule.


Here is a list:

  • Item number 1
  • Item number 2
  • Item number 3

And an ordered list:

  1. James Madison
  2. James Monroe
  3. John Quincy Adams

Here is a table:

ItemPrice# In stock
Juicy Apples1.99739
Bananas1.896

Tailwind CSS Prose styling

I’m a simple blockquote. I’m styled by Tailwind CSS prose plugin