summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/YamlFrontMatter_Options.trans
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/txt-markdown/YamlFrontMatter_Options.trans')
-rw-r--r--t/fmt/txt-markdown/YamlFrontMatter_Options.trans36
1 files changed, 36 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/YamlFrontMatter_Options.trans b/t/fmt/txt-markdown/YamlFrontMatter_Options.trans
new file mode 100644
index 0000000..0069809
--- /dev/null
+++ b/t/fmt/txt-markdown/YamlFrontMatter_Options.trans
@@ -0,0 +1,36 @@
+---
+author: test
+numeric_ignored_value: 22
+paragraph: "SOME TEXT TO TRANSLATE, PLEASE.\n"
+people:
+ -
+ hobbies:
+ - 'Amateur radio'
+ - 'Pet adoption & fostering'
+ - Puzzle
+ name: "John D'vloper"
+ title: DEVELOPER
+ -
+ hobbies:
+ - 'Ice skating'
+ - 'Water polo'
+ - Caving
+ name: 'Tabitha Bitumen'
+ title: DEVELOPER
+subtitle: 'I MEAN: WHY NOT?'
+tags:
+ - yaml
+ - markdown
+title: 'YAML: DOES IT FIT IN MARKDOWN?'
+---
+
+# 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!
+