Not enough backticks

merge-requests/30/head
Bob Mottram 2024-02-10 13:19:44 +00:00
parent 0c218cb2d4
commit 8a6f30f507
3 changed files with 15 additions and 12 deletions

Binary file not shown.

View File

@ -911,17 +911,20 @@ blocked account handles or domains:</p>
&#39;created_at&#39;: None, &#39;created_at&#39;: None,
&#39;updated_at&#39;: None &#39;updated_at&#39;: None
} }
] ]</code></pre>
`` <p><strong>Caution:</strong> When subscribing to a federated blocklist
you need to have a high degree of trust in the people maintaining it. If
**Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains. they turn out to be untrustworthy or malevolent then they can
potentially render your instance useless by blocking all your followed
### Replacing words domains.</p>
Sometimes you may want to replace words within received posts. This can be for added clarity, to dissipate annoyance or just for fun. <h3 id="replacing-words">Replacing words</h3>
<p>Sometimes you may want to replace words within received posts. This
From the main timeline select the top banner to go to your profile, then select the **edit** icon. Open the **Filtering and blocking** section and then you can specify replacements as follows: can be for added clarity, to dissipate annoyance or just for fun.</p>
```text <p>From the main timeline select the top banner to go to your profile,
OldWord -&gt; NewWord then select the <strong>edit</strong> icon. Open the <strong>Filtering
and blocking</strong> section and then you can specify replacements as
follows:</p>
<pre class="text"><code>OldWord -&gt; NewWord
original phrase -&gt; new phrase</code></pre> original phrase -&gt; new phrase</code></pre>
<p>These replacements are subjective, such that if you <p>These replacements are subjective, such that if you
boost/repeat/announce a post then the original wording will be retained boost/repeat/announce a post then the original wording will be retained

View File

@ -677,7 +677,7 @@ Or they can be a list of dictionaries:
'updated_at': None 'updated_at': None
} }
] ]
`` ```
**Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains. **Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains.