Allow for the removal of feed tags

legibility update
This commit is contained in:
yo-less 2016-08-27 00:37:19 +02:00
parent e9b8b91861
commit 43a0829f44

View File

@ -116,7 +116,7 @@ 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 <em>VIDEO</em>. <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>
@ -124,7 +124,7 @@ The following properties can be configured:
<tr> <tr>
<td><code>startTags</code></td> <td><code>startTags</code></td>
<td>List the tags you would like to have removed at the beginning of the feed item<br> <td>List the tags you would like to have removed at the beginning of the feed item<br>
<br><b>Possible values:</b> ['TAG'] or ['TAG1','TAG2',...] <br><b>Possible values:</b> <code>['TAG']</code> or <code>['TAG1','TAG2',...]</code>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -136,7 +136,7 @@ The following properties can be configured:
<tr> <tr>
<td><code>endTags</code></td> <td><code>endTags</code></td>
<td>List the tags you would like to have removed at the end of the feed item<br> <td>List the tags you would like to have removed at the end of the feed item<br>
<br><b>Possible values:</b> ['TAG'] or ['TAG1','TAG2',...] <br><b>Possible values:</b> <code>['TAG']</code> or <code>['TAG1','TAG2',...]</code>
</td> </td>
</tr> </tr>
</tbody> </tbody>