349 words
2 minutes
Markdown Extended Features (CJK)

GitHub Repository Cards#

You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.

Fabrizz
/
MMM-OnSpotify
Waiting for api.github.com...
00K
0K
0K
Waiting...

Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}.

::github{repo="saicaca/fuwari"}

Admonitions#

Following types of admonitions are supported: note tip important warning caution

NOTE

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

Basic Syntax#

:::note
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::

Custom Titles#

The title of the admonition can be customized.

MY CUSTOM TITLE

This is a note with a custom title.

:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::

GitHub Syntax#

TIP

The GitHub syntax is also supported.

> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.

Spoiler#

You can add spoilers to your text. The text also supports Markdown syntax.

The content is hidden ayyy!

The content :spoiler[is hidden **ayyy**]!

CJK Rendering Test#

Chinese (Simplified)#

这里是一段简体中文文本,用于测试字体渲染效果。 天地玄黄,宇宙洪荒。日月盈昃,辰宿列张。

Chinese (Traditional)#

這裡是一段繁體中文文本,用於測試字體渲染效果。 天地玄黃,宇宙洪荒。日月盈昃,辰宿列張。

Japanese#

ここは日本語のテキストです。フォントのレンダリングをテストします。 いろはにほへと ちりぬるを わかよたれそ つねならむ

Korean#

여기는 한국어 텍스트입니다. 폰트 렌더링을 테스트합니다. 가나다라마바사 아자차카타파하

Mixed#

中文、日本語、한국어 mixed text line.

Markdown Extended Features (CJK)
https://markd3ng.github.io/posts/markdown-extended-cjk/
Author
Lorem Ipsum
Published at
2024-05-01
Last updated at
2024-11-29
License
CC BY-NC-SA 4.0