diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-12 01:15:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-12 01:15:06 +0900 |
| commit | 8c7d6f0a3b01cad94ea50dce9582c66240ac594e (patch) | |
| tree | 2fc68bb2e98b97e2d3a6c985d8b10172e8c3c6fe /vhosts/blog/content | |
| parent | 7d7d518843c4a8681d0e42cd04bad15f3c876015 (diff) | |
| download | nsfisis.dev-8c7d6f0a3b01cad94ea50dce9582c66240ac594e.tar.gz nsfisis.dev-8c7d6f0a3b01cad94ea50dce9582c66240ac594e.tar.zst nsfisis.dev-8c7d6f0a3b01cad94ea50dce9582c66240ac594e.zip | |
feat(blog/content): update post /posts/2021-03-05/my-first-post/
Diffstat (limited to 'vhosts/blog/content')
| -rw-r--r-- | vhosts/blog/content/posts/2021-03-05/my-first-post.dj | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/vhosts/blog/content/posts/2021-03-05/my-first-post.dj b/vhosts/blog/content/posts/2021-03-05/my-first-post.dj index a84dbd93..147683cf 100644 --- a/vhosts/blog/content/posts/2021-03-05/my-first-post.dj +++ b/vhosts/blog/content/posts/2021-03-05/my-first-post.dj @@ -8,6 +8,10 @@ tags = [] [[article.revisions]] date = "2021-03-05" remark = "公開" + +[[article.revisions]] +date = "2025-05-12" +remark = "ジェネレータやスタイルをテストするためのコンテンツを追加" --- {#test} # Test @@ -19,3 +23,84 @@ 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. + +{#sec-1} +# Section level 1 + +{#sec-2} +## Section level 2 + +{#sec-3} +### Section level 3 + +{#sec-4} +#### Section level 4 + +{#sec-5} +##### Section level 5 + +* list item 1 +* list item 2 + + * list item 2.a + * list item 2.b + +* list item 3 +* list item 3 + +1. list item 1 +1. list item 2 + + 1. list item 2.a + 1. list item 2.b + +1. list item 3 +1. list item 3 + +* [ ] list item 1 +* [ ] list item 2 + + * [ ] list item 2.a + * [ ] list item 2.b + +* [ ] list item 3 +* [ ] list item 3 + +> blockquote + +--- + +```ruby +puts "Hello, World!" +``` + +*emph* _strong_ + +{=highlighted=} + +https://example.com + +[example link](https://example.com) + +H~2~O + +2^64^ + +'foo' "bar" + +`code` + +{+inserted+} {-deleted-} + +footenote. [^foo] + +[^foo]: foo bar + +::: note +hoge piyo +::: + +| name | age | +|--------|----:| +| Taro | 10 | +| Hanako | 20 | |
