Hello World
Welcome to my new blog! This page is rendered from a Markdown file.
Why Markdown?
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
Code Example
Here is some Vue code:
import { ref } from 'vue'
const count = ref(0)
console.log('Hello from Markdown!')
Features
- Easy to write: Just open a text editor.
- Portable: Can be converted to HTML, PDF, etc.
- Developer friendly: Great for documentation.
Enjoy writing!