Skip to content

Commit 011fe00

Browse files
committed
MD to html
1 parent 9a0587b commit 011fe00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/constructor.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
</ul>
6363
Context is current <em>FilesCollction</em> instance.<br /><br />
6464
Note: When running in development mode files stored at a relative path (within the Meteor project) are silently removed when Meteor is restarted.<br /><br />
65-
To preserve files in development mode store them outside of the Meteor application, e.g. `/data/Meteor/uploads/`<br /><br />
66-
The Meteor-Files package operates on the host filesystem, unlike Meteor Assets. When a relative path is specified for `config.storagePath` (path starts with ./ or no slash) files will be located relative to the assets folder.<br /><br /> When an absolute path is used (path starts with /) files will be located starting at the root of the filesystem.
65+
To preserve files in development mode store them outside of the Meteor application, e.g. <code>/data/Meteor/uploads/</code><br /><br />
66+
The Meteor-Files package operates on the host filesystem, unlike Meteor Assets. When a relative path is specified for <code>config.storagePath</code> (path starts with ./ or no slash) files will be located relative to the assets folder.<br /><br /> When an absolute path is used (path starts with /) files will be located starting at the root of the filesystem.
6767
</td>
6868
</tr>
6969
<tr>
@@ -222,9 +222,9 @@
222222
<code>false</code>
223223
</td>
224224
<td>
225-
Primary sets file name on `FS`<br />
225+
Primary sets file name on <code>FS</code><br />
226226
if <code>namingFunction</code> is not set<br />
227-
`FS`-name is equal to file's record `_id`
227+
<code>FS</code>-name is equal to file's record <code>_id</code>
228228
</td>
229229
</tr>
230230
<tr>

0 commit comments

Comments
 (0)