Skip to content

Commit

Permalink
Merge pull request #71 from ncoden/docs/spec-markdown-syntax
Browse files Browse the repository at this point in the history
docs: fix markdown for array in specs
  • Loading branch information
austinpray committed May 14, 2017
2 parents 440fae8 + 84a7b38 commit 02dad57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions help/spec.md
Expand Up @@ -153,27 +153,23 @@ A more extensive `manifest.json` follows.
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>{{NAME}}.js</td>
<td><a href="#serialization-dependency">Dependency</a></td>
<td>Defines project’s output files by listing the inputs as <a href="#serialization-dependency">Dependency</a> objects. A manifest MAY contain one or more JS Dependencies.</td>
</tr>

<tr>
<td>{{NAME}}.css</td>
<td><a href="#serialization-dependency">Dependency</a></td>
<td>Defines project’s output files by listing the inputs as <a href="#serialization-dependency">Dependency</a> objects. A manifest MAY contain one or more CSS Dependencies.</td>
</tr>

<tr>
<td>fonts</td>
<td><a href="#serialization-dependency">Dependency</a></td>
<td>Defines a project’s fonts. If this is not explicitly defined by the user it will be automatically defined with a files property as <code>'fonts/**/*'</code>.
A Dependencies MAY contain a "fonts" property.</td>
</tr>

<tr>
<td>images</td>
<td><a href="#serialization-dependency">Dependency</a></td>
Expand Down

0 comments on commit 02dad57

Please sign in to comment.