diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-10 16:22:08 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-10 16:22:08 +0100 |
| commit | 2acbdb038ea9e9d61ce7ce070629e0187fe95718 (patch) | |
| tree | 220337862488c4bd93a644255f7d6f52fde8b750 /example | |
| parent | a5315f49f6b16c892f00509e2a27117ffd167936 (diff) | |
Docs update
Diffstat (limited to 'example')
| -rw-r--r-- | example/test-blog-post/assets/example_image.png | bin | 51624 -> 0 bytes | |||
| -rw-r--r-- | example/test-blog-post/assets/ok/ok.txt | 0 | ||||
| -rw-r--r-- | example/test-blog-post/test-blog-post.md | 57 |
3 files changed, 0 insertions, 57 deletions
diff --git a/example/test-blog-post/assets/example_image.png b/example/test-blog-post/assets/example_image.png Binary files differdeleted file mode 100644 index 672e3a1..0000000 --- a/example/test-blog-post/assets/example_image.png +++ /dev/null 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 --- a/example/test-blog-post/assets/ok/ok.txt +++ /dev/null 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 |