UNPKG
@lunaticmuch/front-matter-manipulator
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0-alpha.2
2.0.0-alpha.1
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.4.0
1.3.0
1.2.0
1.0.2
1.0.1
1.0.0
A utility for parsing and manipulating documents with Front Matter
@lunaticmuch/front-matter-manipulator
/
__tests__
/
testfiles
/
rename
/
output
/
object.md
24 lines
(23 loc)
•
338 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
key:
value
array:
-
value1
-
value2
arrayOfObjects:
-
key1:
value
key2:
key2_A:
value
-
key1:
value2
key2:
key2_A:
value2
object_test:
key1:
value
key2:
key2_A:
value
key2_B:
key2_B_1:
value
---
## This is a test file
Yippee!