parent
267b8a037f
commit
bae479972f
|
@ -155,13 +155,23 @@ In addition to any YAML front-matter provided in the document's corresponding fi
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
The content of the document. If no YAML front-matter is provided,
|
The (unrendered) content of the document. If no YAML front-matter is provided,
|
||||||
this is the entirety of the file contents. If YAML front-matter
|
this is the entirety of the file contents. If YAML front-matter
|
||||||
is used, then this is all the contents of the file after the terminating
|
is used, then this is all the contents of the file after the terminating
|
||||||
`---` of the front-matter.
|
`---` of the front-matter.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p><code>output</code></p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
The rendered output of the document, based on the <code>content</code>.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><code>path</code></p>
|
<p><code>path</code></p>
|
||||||
|
|
Loading…
Reference in New Issue