0.0.3 • Published 9 years ago

zeon-front-matter v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

zeon-front-matter

NPM

Extract front matter from strings.

Install

install with npm

npm install zeon-front-matter

front-matter

YAML front-matter

---
layout: base
modal: none
---
bar

HTML Comments front-matter

<!--[conf.yaml]
layout: base
modal: none
[conf.yaml]-->
<!DOCTYPE html>
<html>
<head></head>
<body></body>
</html>

Methods

var fm = require('zeon-front-matter');

fm(string, options)

fm.parse(string, options)

fm.split(string)

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago