+++
date = "2026-05-03T12:00:00+08:00"
draft = false
title = "Just a Markdown Test"
description = ".md rendering test"
+++

{{< notice type="info" >}}
```< notice >``` and ```< details-nest >``` are custom templates.
{{< /notice >}}

## Hello, world!
Say **"Hello"** to you.  
_(This is a meaningless word, so ignore it.)_  
> Rick  
> Astley  
> [~~Never gonna give you up~~](https://www.youtube.com/watch?v=dQw4w9WgXcQ)  
> - `rss`  
1. first  
1. second  

| Title1 | Title2 | Title3 |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| 7 | 8 | 9 |
| * | 0 | # |  

```
// Here is a coding area
function example() {
  console.log("Hello, World!");
}
```

{{< details-nest title="Highlighted codes" >}}<br>
{{< highlight js >}}
// Here is a coding area
function example() {
  console.log("Hello, World!");
}
{{< /highlight >}}<br>
<a href=/assets/docs/mdtest.md>Source File</a>
{{< /details-nest >}}

