Skip to content

Instantly share code, notes, and snippets.

@akfish
Last active April 3, 2017 17:23
Show Gist options
  • Save akfish/fa69801cf894a5d347bed795849e3493 to your computer and use it in GitHub Desktop.
Save akfish/fa69801cf894a5d347bed795849e3493 to your computer and use it in GitHub Desktop.
Peroof Storage Format
// JSON format, stores metadata, as a search mark
{
"version": "1", // File format version, for possible future upgrades
"title": "A Peroof", // Peroof title
"main": "foo.md" // Main Markdown file that will be parsed as perf specs
}

A peroof

// Content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment