summaryrefslogtreecommitdiffstats
path: root/t/fmt/asciidoc/YamlFrontMatter.adoc
blob: 37985877d32716e700743de06efbdf34751de586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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!