summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/YamlFrontMatter.trans
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
commit5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch)
tree63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/txt-markdown/YamlFrontMatter.trans
parentInitial commit. (diff)
downloadpo4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz
po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/txt-markdown/YamlFrontMatter.trans')
-rw-r--r--t/fmt/txt-markdown/YamlFrontMatter.trans37
1 files changed, 37 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/YamlFrontMatter.trans b/t/fmt/txt-markdown/YamlFrontMatter.trans
new file mode 100644
index 0000000..dee5252
--- /dev/null
+++ b/t/fmt/txt-markdown/YamlFrontMatter.trans
@@ -0,0 +1,37 @@
+---
+author: TEST
+bool: false
+include_newlines: "EXACTLY AS YOU SEE\nWILL APPEAR THESE THREE\nLINES OF POETRY\n"
+people:
+ -
+ alive: true
+ hobbies:
+ - 'AMATEUR RADIO'
+ - 'PET ADOPTION & FOSTERING'
+ - PUZZLE
+ job: DEVELOPER
+ name: "JOHN D'VLOPER"
+ -
+ hobbies:
+ - 'ICE SKATING'
+ - 'WATER POLO'
+ - CAVING
+ job: DEVELOPER
+ name: 'TABITHA BITUMEN'
+tags:
+ - YAML
+ - MARKDOWN
+title: 'YAML: DOES IT FIT IN MARKDOWN?'
+wrappedtext: "THIS IS REALLY A SINGLE LINE OF TEXT DESPITE APPEARANCES\n"
+---
+
+# 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!
+