Updated metadata syntax doc feature support table.

This commit is contained in:
Oliver Hamlet
2014-12-30 20:42:36 +00:00
parent c2acfcca56
commit e4edddc576
+3 -4
View File
@@ -598,10 +598,9 @@ See the file <q>LOOT ReadMe.html</q> for copying conditions.
<table>
<thead>
<tr><th><th colspan="2">LOOT Version
<tr><th>Feature<th>&lt;= 0.6 <th>0.7
<tr><th>Feature<th> LOOT v0.6 and earlier<th>LOOT v0.7
<tbody>
<tr><td>GitHub Flavored Markdown message formatting<td>Only URL hyperlinking is supported, for <code>file:</code>, <code>http:</code> and <code>https:</code> URLs, using the <code>[label](url)</code> and <code>&lt;url&gt;</code> syntaxes.<td>LOOT uses the <a href="https://github.com/chjj/marked">Marked</a> 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).
<tr><td>Message string substitution (ie. <code>sub:</code>)<td>Not supported.<td>Supported in the latest snapshot build.
<tr><td>YAML merge keys (ie. <code>&lt;&lt;:</code>)<td>Not supported.<td>Supported in the latest snapshot build.
<tr><td>Message string substitution (ie. <code>sub:</code>)<td>Not supported.<td>Supported.
<tr><td>YAML merge keys (ie. <code>&lt;&lt;:</code>)<td>Not supported.<td>Supported.
</table>