Allow for removal of feed tags

Updated README.md for legibility
This commit is contained in:
yo-less 2016-08-27 00:35:27 +02:00
parent 6f104f5056
commit e9b8b91861

View File

@ -116,8 +116,8 @@ The following properties can be configured:
<tr> <tr>
<td><code>removeStartTags</code></td> <td><code>removeStartTags</code></td>
<td>Some newsfeeds feature tags at the <B>beginning</B> of their titles or descriptions, such as "[VIDEO]". <td>Some newsfeeds feature tags at the <B>beginning</B> of their titles or descriptions, such as <em>VIDEO</em>.
This setting allows for the removal of specified tags from the beginning of an item's description and / or title.<br> This setting allows for the removal of specified tags from the beginning of an item's description and/or title.<br>
<br><b>Possible values:</b><code>'none'</code>,<code>description</code>, <code>title</code>, <code>both</code> <br><b>Possible values:</b><code>'none'</code>,<code>description</code>, <code>title</code>, <code>both</code>
</td> </td>
</tr> </tr>
@ -129,7 +129,7 @@ The following properties can be configured:
</tr> </tr>
<tr> <tr>
<td><code>removeEndTags</code></td> <td><code>removeEndTags</code></td>
<td>Remove specified tags from the <B>end</B> of an item's description and / or title.<br> <td>Remove specified tags from the <B>end</B> of an item's description and/or title.<br>
<br><b>Possible values:</b><code>description</code>, <code>title</code>, <code>both</code> <br><b>Possible values:</b><code>description</code>, <code>title</code>, <code>both</code>
</td> </td>
</tr> </tr>