Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 634 Bytes

Front-matter

Build Status NPM version

Front-matter parser.

API

parse(str, [options])

Parses YAML front-matter. See js-yaml for more info.

stringify(obj, [options])

Converts an object to YAML front-matter string. See js-yaml for more info.

split(str)

Splits a YAML front-matter string.

escape(str)

Converts hard tabs to soft tabs.

License

MIT