サンプルを調整
This commit is contained in:
parent
f216d69bd7
commit
390f774249
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Sample Post
|
||||
description:
|
||||
description: "published: falseに設定された投稿には赤枠が付きます"
|
||||
thumbnail:
|
||||
emoji: ✍️
|
||||
date: 2024-12-17
|
||||
@ -15,8 +15,13 @@ published: false
|
||||
h1はタイトルに使用するため、本文での使用は非推奨です。
|
||||
|
||||
## Header2
|
||||
見出しはh2から使用
|
||||
|
||||
### Header3
|
||||
h3以降にラベルはつきません
|
||||
|
||||
#### Haeder4
|
||||
h4以降は目次に入りません
|
||||
|
||||
## Looooooooooooooong headeeeeeeeeeeeeeer
|
||||
loooongなヘッダーは目次で省略されます
|
||||
@ -50,6 +55,24 @@ $e = mc^2$
|
||||
|
||||
---
|
||||
|
||||
### Alert
|
||||
> [!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.
|
||||
|
||||
---
|
||||
|
||||
### List
|
||||
- iPod
|
||||
- iPhone
|
||||
@ -106,13 +129,13 @@ main( )
|
||||
|
||||
### Table
|
||||
|
||||
| model | RAM | Clock |
|
||||
| Model | RAM | Clock |
|
||||
|-------------------|-----------|----------|
|
||||
| RaspberyPi Zero 2 | 512MB | 1GHz |
|
||||
| RaspberyPi 3 B | 1GB | 1.2GHz |
|
||||
| RaspberyPi 3 B+ | 1GB | 1.4GHz |
|
||||
| RaspberyPi 4 | 8GB (MAX) | 1.8GHz |
|
||||
| RaspberyPi 5 | 8GB (MAX) | 2.5GHz |
|
||||
| RaspberyPi 4 | 1,2,4,8GB | 1.8GHz |
|
||||
| RaspberyPi 5 | 2,4,8,16GB| 2.5GHz |
|
||||
|
||||
---
|
||||
|
||||
@ -123,10 +146,26 @@ hello[^1]
|
||||
|
||||
---
|
||||
|
||||
### image
|
||||

|
||||
### Image
|
||||

|
||||
クチナシの実
|
||||
|
||||
---
|
||||
|
||||
### Video
|
||||
```html
|
||||
<video src="https://example.com/movie.mp4" poster="https://example.com/thumbnail.jpg" preload="none" controls></video>
|
||||
```
|
||||
- src="File URL"
|
||||
- poster="Thumbnail URL"
|
||||
- autoplay
|
||||
- controls
|
||||
- loop
|
||||
|
||||
<video src="https://moris.day/files/video/RickAstley.mp4" poster="https://moris.day/files/video/RickAstley_thumbnail.jpg" preload="none" controls loop></video>
|
||||
|
||||
---
|
||||
|
||||
### iframe
|
||||
|
||||
#### Youtube
|
||||
|
Loading…
Reference in New Issue
Block a user