サンプルを調整

This commit is contained in:
moris 2025-03-02 21:41:19 +09:00
parent f216d69bd7
commit 390f774249

View File

@ -1,6 +1,6 @@
--- ---
title: Sample Post title: Sample Post
description: description: "published: falseに設定された投稿には赤枠が付きます"
thumbnail: thumbnail:
emoji: ✍️ emoji: ✍️
date: 2024-12-17 date: 2024-12-17
@ -15,8 +15,13 @@ published: false
h1はタイトルに使用するため、本文での使用は非推奨です。 h1はタイトルに使用するため、本文での使用は非推奨です。
## Header2 ## Header2
見出しはh2から使用
### Header3 ### Header3
h3以降にラベルはつきません
#### Haeder4 #### Haeder4
h4以降は目次に入りません
## Looooooooooooooong headeeeeeeeeeeeeeer ## Looooooooooooooong headeeeeeeeeeeeeeer
loooongなヘッダーは目次で省略されます 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 ### List
- iPod - iPod
- iPhone - iPhone
@ -106,13 +129,13 @@ main( )
### Table ### Table
| model | RAM | Clock | | Model | RAM | Clock |
|-------------------|-----------|----------| |-------------------|-----------|----------|
| RaspberyPi Zero 2 | 512MB | 1GHz | | RaspberyPi Zero 2 | 512MB | 1GHz |
| RaspberyPi 3 B | 1GB | 1.2GHz | | RaspberyPi 3 B | 1GB | 1.2GHz |
| RaspberyPi 3 B+ | 1GB | 1.4GHz | | RaspberyPi 3 B+ | 1GB | 1.4GHz |
| RaspberyPi 4 | 8GB (MAX) | 1.8GHz | | RaspberyPi 4 | 1,2,4,8GB | 1.8GHz |
| RaspberyPi 5 | 8GB (MAX) | 2.5GHz | | RaspberyPi 5 | 2,4,8,16GB| 2.5GHz |
--- ---
@ -123,10 +146,26 @@ hello[^1]
--- ---
### image ### Image
![クチナシの実](https://moris.day/files/img/IMG_1523.avif) ![クチナシの実の写真](https://moris.day/files/img/IMG_1523.avif)
クチナシの実
--- ---
### 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 ### iframe
#### Youtube #### Youtube