From 2acbdb038ea9e9d61ce7ce070629e0187fe95718 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 10 Dec 2022 16:22:08 +0100 Subject: Docs update --- example/test-blog-post/assets/example_image.png | Bin 51624 -> 0 bytes example/test-blog-post/assets/ok/ok.txt | 0 example/test-blog-post/test-blog-post.md | 57 ------------------------ 3 files changed, 57 deletions(-) delete mode 100644 example/test-blog-post/assets/example_image.png delete mode 100644 example/test-blog-post/assets/ok/ok.txt delete mode 100644 example/test-blog-post/test-blog-post.md (limited to 'example') diff --git a/example/test-blog-post/assets/example_image.png b/example/test-blog-post/assets/example_image.png deleted file mode 100644 index 672e3a1..0000000 Binary files a/example/test-blog-post/assets/example_image.png and /dev/null differ diff --git a/example/test-blog-post/assets/ok/ok.txt b/example/test-blog-post/assets/ok/ok.txt deleted file mode 100644 index e69de29..0000000 diff --git a/example/test-blog-post/test-blog-post.md b/example/test-blog-post/test-blog-post.md deleted file mode 100644 index 88209ea..0000000 --- a/example/test-blog-post/test-blog-post.md +++ /dev/null @@ -1,57 +0,0 @@ -# This is the title of another entry - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It should even support -[links](/) - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It -should even support [links](/) - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It -should even support [links](/) - -## Subheading 1 (h2) - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It -should even support [links](/) - -* There will be **lists** -* Lists will have *tags* -* And everything else [in the world](/) - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It -should even support [links](/) - -![Picture: two persons in a ceremony][example-image] - -### Other types of subheadings, other types of lists (h3) - -1. There will be **lists** -2. Lists will have *tags* -3. And everything else [in the world](/) - -An entry will have paragraphs, these paragraphs will contain text. The -text should be formatted correctly: visitors will want to read whatever -is in the blog, so it should be readable. It should account for several -types of tags, like **strong**, or *emphasised*. It -should even support [links](/) - -#### Finally there are hfours (h4) - -And that's about it! - -[example-image]: /assets/example_image.png -- cgit