diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index ba691202..5a2c07ba 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -208,7 +208,7 @@ 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. +
Each version of LOOT has a corresponding version of the metadata format, and its version history is given below. -
| Feature Supported? | v0.5 | v0.6 | v0.7 | v0.8 - |
|---|---|---|---|---|
| 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 - | ||
Location ver key | Yes | No - | ||
Location name key | No | Yes - | ||
many("regex") condition function | No | Yes - | ||
| Regex plugin entries | Must end with \.esp or \.esm. | Must contain any of :\*?|
- | ||
ver key in location data structures.name key in location data structures.many("regex") condition function.\.esp or \.esp. Now, a plugin entry is treated as having a regular expression filename if the filename contains one or more of :\*?|.file:, http: and https: URLs using the [label](url) or <url> syntaxes. Now, the Marked library (v0.3) is used to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji).sub, in message data structures.<<.No changes.
+ +Initial release.
This document is part of the LOOT documentation.