Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 282 Bytes

DOCUMENT_README.mkd

File metadata and controls

14 lines (10 loc) · 282 Bytes

Documents are defined with a simple scheme (fake BNF)

header ::= <yaml> "\n\n" | <string> "\n\n"
content ::= <string>

document ::= <header> <content>

Headers can contain any data, but keys that are looked for in particular are

  • title
  • date
  • author
  • email
  • slug