Demo Extended Syntax

This post demonstrates the extended Markdown syntax currently supported on the site.

Spoiler

1
This post contains ||**spoiler content**|| which only appears when you hover or tap.

This post contains spoiler content which only appears when you hover or tap.

Underline emphasis

1
Use ++keywords++ to highlight certain keywords.

Use keywords to highlight certain keywords.

Highlighter emphasis

1
Use ::key terms:: to mark important wording.

Use key terms to mark important wording.

Details

Tap to reveal more

This block accepts regular Markdown, such as lists:

  • Point one
  • Point two

Images, links, and any other inline content work as well.

Info

1
2
3
::: banner{info}
This is the Info style.
:::

Success

1
2
3
::: banner{success}
Completion notice.
:::

Warning

1
2
3
::: banner{warning}
This is a **banner** reminder block.
:::

Error

1
2
3
::: banner{error}
Error message.
:::

Grid

Image Mode

1
2
3
4
5
::: grid {cols=2,gap=1.2rem,type=images}
![Image 1](https://img.nishikori.dev/2025/11/20251109215205561.jpeg)

![Image 2](https://img.nishikori.dev/2025/11/20251108212225527.jpeg)
:::
Image 1
Image 1
Image 2
Image 2

Mixed Mode

1
2
3
4
5
6
7
8
9
::: grid {cols=2,gap=1.2rem}
![NGC](https://img.nishikori.dev/2025/11/20251109215205561.jpeg)

![PS3](https://img.nishikori.dev/2025/11/20251108212108445.jpeg)

Left column content

Right column content
:::
NGC
NGC
PS3
PS3

Left column content

Right column content

Video Embed

YouTube

1
https://www.youtube.com/watch?v=dX8gZubnMjA

Bilibili

1
https://www.bilibili.com/video/BV1xx411c79H

For commercial redistribution, please reach out to the site owner for permission. For non-commercial use, please cite this article and link back here. You are free to copy, redistribute, adapt, and build upon the work in any medium so long as derivative works adopt the same license.

This article is licensed under CC BY-NC-SA 4.0 (Attribution-NonCommercial-ShareAlike 4.0 International).