diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-27 05:05:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:07:46 +0900 |
| commit | c754d24b162ecd504f3c4bdd8632045dd0398768 (patch) | |
| tree | 362323710bb329ad609d379df4e4a429e4229fd2 /services/nuldoc/content/posts/2021-03-05 | |
| parent | d1014de68415df8f0a5dc3389332e086119c6198 (diff) | |
| download | nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.gz nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.zst nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.zip | |
feat(nuldoc): Djot to Markdown
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 ::: |
