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 {
  • Order Of Evaluation
  • Language Codes +
  • Version History & Feature Support
  • License -
  • Feature Support

    Introduction

    @@ -584,19 +584,20 @@ msg: Koreanko +

    Version History & Feature Support

    + +

    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.5v0.6v0.7 +
    GitHub Flavored Markdown message formattingOnly 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:)NoYes +
    YAML merge keys (ie. <<:)NoYes +
    +

    License

    This document is part of the LOOT documentation.
    Copyright (C) 2012—2015 WrinklyNinja
    See the file LOOT ReadMe.html for copying conditions. - -

    Feature Support

    -

    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 earlierLOOT v0.7 -
    GitHub Flavored Markdown message formattingOnly 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. -