diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index cfed9ea9..f2a3ab3f 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -208,8 +208,8 @@ var {
As LOOT develops, so does its metadata format, and to keep things simple, they share the same version numbers. The table below summarises the evolution of the metadata format. + +
| Feature Supported? | v0.5 | v0.6 | v0.7 + |
|---|---|---|---|
| GitHub Flavored Markdown message formatting | Only URL hyperlinking is supported, for file:, http: and https: URLs, using the [label](url) and <url> syntaxes. | LOOT uses the Marked library (v0.3) to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji). + | |
Message string substitution (ie. sub:) | No | Yes + | |
YAML merge keys (ie. <<:) | No | Yes + | |
This document is part of the LOOT documentation.
Copyright (C) 2012—2015 WrinklyNinja
See the file LOOT ReadMe.html
for copying conditions.
-
-
Different versions of LOOT may have varying levels of support for the syntax detailed in this document. Such variation in support is detailed in the table below. Unless otherwise noted, all syntax changes are backwards-compatible (ie. you can use the features without breaking the masterlist for users on older versions). - -
| Feature | LOOT v0.6 and earlier | LOOT v0.7 - |
|---|---|---|
| GitHub Flavored Markdown message formatting | Only URL hyperlinking is supported, for file:, http: and https: URLs, using the [label](url) and <url> syntaxes. | LOOT uses the Marked library (v0.3) to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji). - |
Message string substitution (ie. sub:) | Not supported. | Supported. - |
YAML merge keys (ie. <<:) | Not supported. | Supported. - |