サンプルを修正

This commit is contained in:
moris 2024-12-21 13:43:14 +09:00
parent f2220bbaa7
commit 71e4f6a746

View File

@ -38,6 +38,7 @@ abcdefghijklmnopqrstuvwxyz
*Italic* *Italic*
~~strike through~~ ~~strike through~~
`inline code` `inline code`
$e = mc^2$
[hyperlink](https://mi.moris.day/@moris) [hyperlink](https://mi.moris.day/@moris)
--- ---
@ -105,14 +106,13 @@ main( )
### Table ### Table
| Left align | Right align | Center align | | model | RAM | Clock |
|:----------:|:-----------:|:------------:| |-------------------|-----------|----------|
| This | This | This | | RaspberyPi Zero 2 | 512MB | 1GHz |
| column | column | column | | RaspberyPi 3 B | 1GB | 1.2GHz |
| will | will | will | | RaspberyPi 3 B+ | 1GB | 1.4GHz |
| be | be | be | | RaspberyPi 4 | 8GB (MAX) | 1.8GHz |
| left | right | center | | RaspberyPi 5 | 8GB (MAX) | 2.5GHz |
| aligned | aligned | aligned |
--- ---
@ -124,8 +124,7 @@ hello[^1]
--- ---
### image ### image
![クチナシの実](https://moris.day/files/img/IMG_1523.avif)
![Rickroll](https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Totally_not_a_Rickroll_QR_code.png/640px-tTotally_not_a_Rickroll_QR_code.png)
--- ---
### iframe ### iframe
@ -135,13 +134,13 @@ hello[^1]
#### Misskey #### Misskey
<iframe src="https://mi.moris.day/embed/notes/9w7bnfw72b5z0007" data-misskey-embed-id="v1_6bae2dfb-1521-4980-b1dc-4fb9ae5a5d98" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="border: none; width: 100%; max-width: 500px; height: 300px; color-scheme: light dark;"></iframe> <iframe src="https://mi.moris.day/embed/notes/9w7bnfw72b5z0007" data-misskey-embed-id="v1_6bae2dfb-1521-4980-b1dc-4fb9ae5a5d98" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="border: none; width: 100%; max-width: 500px; height: 300px; color-scheme: light dark;"></iframe>
<!-- <script defer src="https://mi.moris.day/embed.js"></script> --> <script defer src="https://mi.moris.day/embed.js"></script>
--- ---
### Code frame ### Code frame
<iframe src=/blog/code/hello.html allow="fullscreen"></iframe> <iframe src=https://moris.day/blog/code/hello.html allow="fullscreen"></iframe>
--- ---