@lunaticmuch/front-matter-manipulator
Version:
A utility for parsing and manipulating documents with Front Matter
27 lines (26 loc) • 384 B
Markdown
key: value
object_test:
key2:
key2_A: value
key2_B:
key2_B_1: value
key1_test: value
array:
- value1
- value2
arrayDuplicates:
- value
- value
arrayOfObjects:
-
key1: value
key2:
key2_A: value
-
key1: value2
key2:
key2_A: value2
## This is a test file
Yippee!