aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-07-03 00:55:32 -0500
committerBen Beltran <ben@nsovocal.com>2017-07-03 00:55:32 -0500
commit5e265f9d81bcce30949e88850892ea5dacec7386 (patch)
tree056dfe345174027335cc033359dfbe14a8d53250 /example
parent4ae55e0673a61c50f1f7f378f6461d0388f66bd5 (diff)
parentbe33bb82f6276b05a3861df8a7c5138ac320a00b (diff)
Merge branch 'release/1.0.0'
Diffstat (limited to 'example')
-rw-r--r--example/test-blog-post/assets/example_image.pngbin0 -> 51624 bytes
-rw-r--r--example/test-blog-post/assets/ok/ok.txt0
-rw-r--r--example/test-blog-post/test-blog-post.md57
3 files changed, 57 insertions, 0 deletions
diff --git a/example/test-blog-post/assets/example_image.png b/example/test-blog-post/assets/example_image.png
new file mode 100644
index 0000000..672e3a1
--- /dev/null
+++ b/example/test-blog-post/assets/example_image.png
Binary files differ
diff --git a/example/test-blog-post/assets/ok/ok.txt b/example/test-blog-post/assets/ok/ok.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/example/test-blog-post/assets/ok/ok.txt
diff --git a/example/test-blog-post/test-blog-post.md b/example/test-blog-post/test-blog-post.md
new file mode 100644
index 0000000..88209ea
--- /dev/null
+++ b/example/test-blog-post/test-blog-post.md
@@ -0,0 +1,57 @@
+# 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