📝 Demo 1
目次
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
- リストアイテム2
- リストアイテム3
ヘッダー1 | ヘッダー2 |
---|---|
データ1 | データ2 |
サブセクション1.1
コード
def hello_world():
print("Hello, world!")
hello_world()
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
- これは削除された行です
+ これは追加された行です
これは変更されていない行です
{
"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
- リストアイテム2
- リストアイテム3
ヘッダー1 | ヘッダー2 |
---|---|
データ1 | データ2 |
サブセクション1.1
コード
def hello_world():
print("Hello, world!")
hello_world()
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
- これは削除された行です
+ これは追加された行です
これは変更されていない行です
{
"key": "value",
"array": [1, 2, 3]
}
リンク
Footnotes
-
Big note. ↩