diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html
index 0f831009..4bfdf367 100644
--- a/docs/LOOT Metadata Syntax.html
+++ b/docs/LOOT Metadata Syntax.html
@@ -105,7 +105,7 @@ h3{
Some important points that are more specific to how LOOT uses YAML:
- - LOOT's support for YAML syntax is incomplete. A list of known limitations can be found here. The only major missing piece is support for merge keys (
<<:).
+ - LOOT's support for YAML syntax is incomplete. A list of known limitations can be found here.
- Strings are case-sensitive, apart from file paths, regular expressions and checksums.
Some properties of file paths as used by LOOT:
@@ -479,6 +479,6 @@ See the file LOOT ReadMe.html
for copying conditions.
| Feature | <= 0.6 | 0.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.2) 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. | Support planned, but not yet implemented in the latest alpha release.
- |
YAML merge keys (ie. <<:) | Not supported. | Support planned, but not yet implemented in the latest alpha release.
+ |
Message string substitution (ie. sub:) | Not supported. | Supported in the latest snapshot build.
+ |
YAML merge keys (ie. <<:) | Not supported. | Supported in the latest snapshot build.
|