Iconnrysk

📝 Demo 1

目次

alt text
alt text

Demo 1

これは、マークダウンを使用して書かれたデモ記事です。

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

A note1

one or two tildes.

:::info

This is an info block. You can use it to highlight important information.

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.

NOTE

これは補足情報や注意点を記述するための「ノート」です。 このブロックは青色系の背景で表示されると分かりやすいでしょう。

aaa

セクション1

  • タスク1
    • サブタスク1.1
    • サブタスク1.2
  1. リストアイテム1
  2. リストアイテム2
  3. リストアイテム3
ヘッダー1ヘッダー2
データ1データ2

サブセクション1.1

コード

example.py
def hello_world():
    print("Hello, world!")
hello_world()
function helloWorld() {
    console.log("Hello, world!");
}
helloWorld();
- これは削除された行です
+ これは追加された行です
これは変更されていない行です
example.diff
{
    "key": "value",
    "array": [1, 2, 3]
}

リンク

GitHub

title: Demo 1 date: 2023-10-01 tags: [demo, example]

Demo 1

これは、マークダウンを使用して書かれたデモ記事です。

セクション1

  • タスク1
    • サブタスク1.1
    • サブタスク1.2
  1. リストアイテム1
  2. リストアイテム2
  3. リストアイテム3
ヘッダー1ヘッダー2
データ1データ2

サブセクション1.1

コード

example.py
def hello_world():
    print("Hello, world!")
hello_world()
function helloWorld() {
    console.log("Hello, world!");
}
helloWorld();
- これは削除された行です
+ これは追加された行です
これは変更されていない行です
example.diff
{
    "key": "value",
    "array": [1, 2, 3]
}

リンク

GitHub

Footnotes

  1. Big note.