Jargon File
By Robert Laing
- front matter
- This is where key-value pairs are defined at the top of markdown files, in yaml, toml, or json.
- Several predefined keywords are listed in the documentation.
- Users can also use their own keywords, as Techdoc does with
weight
andmenu
. - json-ld
- JSON for Linking Data
- microformats.org
- Highly correlated with semantic XHTML
- rdfa.info
- RDFa is an extension to HTML5 that helps you markup things like People, Places, Events, Recipes and Reviews.
- schema.org
- Schema.org vocabulary can be used with many different encodings, including RDFa, Microdata and JSON-LD.
- template
- When used as in
{{- template "_internal/opengraph.html" . -}}
it is the Go specific template function.