parse-front-matter

2016-08-25

Parse front matter.

Upstream URL

github.com/eudoxia0/parse-front-matter

Author

Fernando Borretti <eudoxiahp@gmail.com>

Maintainer

Fernando Borretti <eudoxiahp@gmail.com>

License

MIT
README

parse-front-matter

A front matter parser.

Usage

CL-USER> (ql:quickload :parse-front-matter)
To load "parse-front-matter":
  Load 1 ASDF system:
    parse-front-matter
; Loading "parse-front-matter"
..................................................
[package parse-front-matter]
(:PARSE-FRONT-MATTER)

CL-USER> (parse-front-matter:parse "---
a: b
---

My text")
"a: b"
"My text"

License

Copyright (c) 2016 Fernando Borretti

Licensed under the MIT License.

Dependencies (2)

  • cl-ppcre
  • fiveam

Dependents (0)

    • GitHub
    • Quicklisp