update formatting

This commit is contained in:
Iaan D'Souza-Wiltshire 2017-10-30 18:30:49 -07:00
parent 0da8c46e30
commit 0627a6b4e8

View File

@ -261,7 +261,7 @@ The following table describes how the wildcards can be used and provides some ex
<td> <td>
<ol> <ol>
<li>C:\MyData\my<b>?</b>.zip</li> <li>C:\MyData\my<b>?</b>.zip</li>
<li>C:\somepath\<b>?</b>\Data</li> <li>C:\somepath\\<b>?</b>\Data</li>
<li>C:\somepath\test0<b>?</b>\Data</li> <li>C:\somepath\test0<b>?</b>\Data</li>
</ol> </ol>
</td> </td>
@ -295,7 +295,7 @@ The following table describes how the wildcards can be used and provides some ex
> >
>For example, you can exclude all files that start with "date" in the folders *c:\data\final\marked* and *c:\data\review\marked* by using the rule argument <b>c:\data\\\*\marked\date*.\*</b>. >For example, you can exclude all files that start with "date" in the folders *c:\data\final\marked* and *c:\data\review\marked* by using the rule argument <b>c:\data\\\*\marked\date*.\*</b>.
> >
>This argument, however, will not match any folders in subfolders under *c:\data\final\marked* or *c:\data\review\marked*. >This argument, however, will not match any files in **subfolders** under *c:\data\final\marked* or *c:\data\review\marked*.
<a id="review"></a> <a id="review"></a>