This is the parse-front-matter Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:15:07 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
parse-front-matter
Parse front matter.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT https://github.com/eudoxia0/parse-front-matter.git)
MIT
# parse-front-matter
A [front matter](https://jekyllrb.com/docs/frontmatter/) parser.
# Usage
“‘lisp
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.
0.1
cl-ppcre
(system).
src
(module).
Modules are listed depth-first from the system components tree.
parse-front-matter/src
parse-front-matter
(system).
parse-front-matter.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
parse-front-matter/parse-front-matter.asd
parse-front-matter
(system).
parse-front-matter/src/parse-front-matter.lisp
src
(module).
parse
(function).
+front-matter-regex+
(special variable).
Packages are listed by definition order.
parse-front-matter
The front matter parsing package.
common-lisp
.
parse
(function).
+front-matter-regex+
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Parses front matter from a string, returning two values: the text of the front matter and the file’s content.
Jump to: | F P |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
F | |||
Function, parse : | Public ordinary functions | ||
| |||
P | |||
parse : | Public ordinary functions | ||
|
Jump to: | F P |
---|
Jump to: | +
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
+ | |||
+front-matter-regex+ : | Private special variables | ||
| |||
S | |||
Special Variable, +front-matter-regex+ : | Private special variables | ||
|
Jump to: | +
S |
---|
Jump to: | F M P S |
---|
Jump to: | F M P S |
---|