{
  "comment" : "This is a TypeMetal HTML 'Snippet Set' file.  Its format is documented at http://coherencelabs.com/typemetal-snippet-set-file-format/",
  "title" : "TypeMetal Help Snippets",
  "usageDescription" : "Use these snippets to compose TypeMetal's Mac OS X app Help.",
  "providerDescription" : "Coherence Labs, LLC",
  "infoURLString" : "http://coherencelabs.com",
  "documentTypeForValidation" : "HTML 5",
  "groups" : [
    {
      "title" : "Page Structure",
      "snippets" : [
        {
          "html" : "<section id=\"page\">\n\t<header>\n\n\t\t<h1><a href=\"index.html\">TypeMetal</a></h1>\n\n\t</header>\n\t<section class=\"content\">\n\n\t\t<h2>{content}</h2>\n\n        \n\n\t</section>\n\t<footer>\n\t\t<p>&#169; Copyright 2011-2013 <a title=\"Coherence Labs\" href=\"http://coherencelabs.com\">Coherence Labs LLC,</a> All Rights Reserved. Made with <a href=\"about-the-app-name.html\"><strong class=\"appname\">TypeMetal</strong></a>.</p>\n\t</footer>\n</section>\n",
          "title" : "New Help Page Template"
        },
        {
          "tag" : "section",
          "class" : "tip",
          "title" : "Tip Section"
        },
        {
          "tag" : "ul",
          "class" : "spacedlist",
          "title" : "Spaced List"
        },
        {
          "tag" : "div",
          "class" : "betanote",
          "title" : "Alpha/Beta Note"
        }
      ]
    },
    {
      "title" : "General Inline Semantic Styles",
      "snippets" : [
        {
          "tag" : "code",
          "class" : "snippet-shorthand",
          "title" : "Snippet Shorthand"
        },
        {
          "tag" : "strong",
          "class" : "menuitem",
          "title" : "Menu Item"
        },
        {
          "tag" : "strong",
          "class" : "appname",
          "title" : "TypeMetal App Name"
        },
        {
          "tag" : "strong",
          "class" : "usecase",
          "title" : "TypeMetal Use Case"
        },
        {
          "class" : "betanote",
          "title" : "Alpha/Beta Note Span"
        }
      ]
    }
  ],
  "allowedBodyElements" : [
    "a",
    "abbr",
    "address",
    "article",
    "aside",
    "audio",
    "b",
    "bdi",
    "bdo",
    "blockquote",
    "br",
    "canvas",
    "caption",
    "cite",
    "code",
    "col",
    "colgroup",
    "datalist",
    "dd",
    "del",
    "details",
    "dfn",
    "div",
    "dl",
    "dt",
    "em",
    "embed",
    "figcaption",
    "figure",
    "footer",
    "h1",
    "h2",
    "h3",
    "h4",
    "h5",
    "h6",
    "header",
    "hgroup",
    "hr",
    "i",
    "img",
    "ins",
    "kbd",
    "li",
    "mark",
    "menu",
    "menuitem",
    "meter",
    "nav",
    "object",
    "ol",
    "p",
    "param",
    "pre",
    "progress",
    "q",
    "rp",
    "rt",
    "ruby",
    "s",
    "samp",
    "section",
    "small",
    "source",
    "span",
    "strong",
    "style",
    "sub",
    "summary",
    "sup",
    "table",
    "tbody",
    "td",
    "tfoot",
    "th",
    "thead",
    "time",
    "tr",
    "track",
    "u",
    "ul",
    "var",
    "video",
    "wbr"
  ]
}