summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/YamlFrontMatter.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/fmt/txt-markdown/YamlFrontMatter.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/YamlFrontMatter.md b/t/fmt/txt-markdown/YamlFrontMatter.md
new file mode 100644
index 0000000..68038c2
--- /dev/null
+++ b/t/fmt/txt-markdown/YamlFrontMatter.md
@@ -0,0 +1,43 @@
+---
+title: "YAML: does it fit in Markdown?"
+author: test
+tags:
+- yaml
+- markdown
+wrappedtext: >
+ this is really a
+ single line of text
+ despite appearances
+include_newlines: |
+ exactly as you see
+ will appear these three
+ lines of poetry
+bool: false
+people:
+ -
+ name: John D'vloper
+ job: Developer
+ alive: true
+ hobbies:
+ - Amateur radio
+ - Pet adoption & fostering
+ - Puzzle
+ -
+ name: Tabitha Bitumen
+ job: Developer
+ hobbies:
+ - Ice skating
+ - Water polo
+ - Caving
+---
+
+# YAML: does it fit in Markdown?
+
+Lots of Static Site Generators like Jekyll, Hugo, Lektor and more use
+a standard format: Markdown with YAML Front Matter.
+
+Why
+---
+
+Because blog posts need metadata!
+