summaryrefslogtreecommitdiffstats
path: root/t/fmt/asciidoc/YamlFrontMatter.adoc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/fmt/asciidoc/YamlFrontMatter.adoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/YamlFrontMatter.adoc b/t/fmt/asciidoc/YamlFrontMatter.adoc
new file mode 100644
index 0000000..3798587
--- /dev/null
+++ b/t/fmt/asciidoc/YamlFrontMatter.adoc
@@ -0,0 +1,39 @@
+---
+title: "This is a test for the YFM thing in AsciiDoc"
+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
+people:
+ -
+ name: John D'vloper
+ job: Developer
+ hobbies:
+ - Amateur radio
+ - Pet adoption & fostering
+ - Puzzle
+ -
+ name: Tabitha Bitumen
+ job: Developer
+ hobbies:
+ - Ice skating
+ - Water polo
+ - Caving
+---
+
+
+YAML: does it fit in AsciiDoc?
+==============================
+
+AsciiDoc moves to YFM too. Why so?
+
+Because blog posts need metadata!
+