diff options
Diffstat (limited to 'services/nuldoc/content/posts/2021-03-05')
| -rw-r--r-- | services/nuldoc/content/posts/2021-03-05/my-first-post.md (renamed from services/nuldoc/content/posts/2021-03-05/my-first-post.dj) | 41 |
1 files changed, 15 insertions, 26 deletions
diff --git a/services/nuldoc/content/posts/2021-03-05/my-first-post.dj b/services/nuldoc/content/posts/2021-03-05/my-first-post.md index 4e56219..2732b20 100644 --- a/services/nuldoc/content/posts/2021-03-05/my-first-post.dj +++ b/services/nuldoc/content/posts/2021-03-05/my-first-post.md @@ -13,8 +13,7 @@ remark = "公開" date = "2025-05-12" remark = "ジェネレータやスタイルをテストするためのコンテンツを追加" --- -{#test} -# Test +# Test {#test} Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim @@ -24,45 +23,34 @@ 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 +# Section level 1 {#sec-1} -{#sec-2} -## Section level 2 +## Section level 2 {#sec-2} -{#sec-3} -### Section level 3 +### Section level 3 {#sec-3} -{#sec-4} -#### Section level 4 +#### Section level 4 {#sec-4} -{#sec-5} -##### Section level 5 +##### Section level 5 {#sec-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 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 @@ -74,29 +62,30 @@ mollit anim id est laborum. puts "Hello, World!" ``` -*emph* _strong_ +**emph** *strong* -{=highlighted=} +<mark>highlighted</mark> https://example.com [example link](https://example.com) -H~2~O +H<sub>2</sub>O -2^64^ +2<sup>64</sup> 'foo' "bar" `code` -{+inserted+} {-deleted-} +<ins>inserted</ins> +~~deleted~~ footnote. [^foo] [^foo]: foo bar -::: note +:::note hoge piyo ::: |
