I don’t know why you open this page? This is basically just my tools to test is markdown render properly. Why i include this here? Yea this is my site so i dont care i will add anything i want.
This page exercises every markdown feature this blog supports. If something below looks broken, the renderer (or its CSS) doesn’t handle that feature.
A plain paragraph with bold, italic, bold italic, strikethrough, and inline code. Here is a mix of bold with code inside and a link inside bold text.
Escaped characters: *not italic*, `not code`, [not a link].
Hard line break (two trailing spaces):
this sentence should start on a new line without paragraph spacing.
Inline link and a reference-style link.
Unordered list:
Ordered list:
Task list:
A single-line blockquote.
A multi-paragraph blockquote.
Second paragraph of the same quote.
A nested blockquote.
const posts = import.meta.glob('/src/posts/*.md');
export function getPosts() {
return Object.entries(posts).map(([path, mod]) => mod);
} npm run dev
npm run build <script>
let { children } = $props();
</script>
{@render children()} | Feature | Syntax | Supported |
|---|---|---|
| Bold | **text** | yes |
| Strikethrough | ~~text~~ | yes |
| Right-aligned | see next column | —: |
Content above the rule.
Content below the rule.
![]()
Markdown can embed raw HTML: press Ctrl + C to copy.
Hcidden content inside a details element.