File: metadata.text

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (33 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (2)
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
---
test: abc
this-is : a hyphen test
    leading~space	: is okay 
 And: some, cvs, data, which, you, must, parse, yourself
empty   :
and some: >
 long value
   with complex indentation
 that goes multiline
another: example
alist:
  - a
  - b
  - c
adict:
  key: foo
  a nested list:
    - one
    - two
    - >
      Even multiline strings are allowed
      in nested structured data
      if linebreaks and indent are respected !
    -
      subkey: and another dict in a list
    - but one-liners remains: simple strings
---
# The real text

This should be parsed as before

This should not be included in the metadata: test