diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 67232a97..1d6d75f3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,7 +43,9 @@ It is also recommended you lint your files before the PR.
- **`website`**: contains all the website related files.
- **`src`**: contains all the markdown files used for the website.
- **`.vitepress`**:
- - **[`dist`](https://vitepress.dev/guide/deploy)**: contains built files for distribution. Note this directory is only updated when a release happens or when you run the build command. Changes to this folder will not carry over with Git.
+ - **[`dist`](https://vitepress.dev/guide/deploy)**: contains built files for distribution.
+ Note this directory is only updated when a release happens or when you run the build command.
+ Changes to this folder will not carry over with Git.
- **`theme`**: contains custom theme files.
- `config.ts`: main configuration file for VitePress.
- **`public`**: files to be exposed publicly without any processing.
diff --git a/website/src/docs/guides/reader-settings.md b/website/src/docs/guides/reader-settings.md
index 76cd198e..4234d68e 100644
--- a/website/src/docs/guides/reader-settings.md
+++ b/website/src/docs/guides/reader-settings.md
@@ -117,13 +117,13 @@ TBA
### Skip chapters marked read
TBA
-### Skip filtered chapters
+### Skip filtered chapters
TBA
-### Skip duplicate chapters
+### Skip duplicate chapters
TBA
-### Always show chapter transition
+### Always show chapter transition
TBA
## Pages
diff --git a/website/src/docs/guides/troubleshooting/diagnosis.md b/website/src/docs/guides/troubleshooting/diagnosis.md
index 80abe6cc..90c2c718 100644
--- a/website/src/docs/guides/troubleshooting/diagnosis.md
+++ b/website/src/docs/guides/troubleshooting/diagnosis.md
@@ -25,7 +25,8 @@ This page is for when you encounter a problem with a source or the app.
- Ensure your WebView is up to date.
### Use Public WebView
-- Attempt opening series in public WebView. Wait for CAPTCHA or Cloudflare protection if needed.
+- Attempt opening series in public WebView.
+ > Wait for CAPTCHA or Cloudflare protection if needed.
### Change Connection
- Switch networks (Wi-Fi, mobile data, VPN) and confirm IP change.
@@ -58,16 +59,19 @@ Wait or check for an extension update if you have not already.
> There are no ETAs for updates.
:::
-If any of these solutions help, go to [it only happens to me](#it-only-happens-to-me). If it is not just you, go to [everyone is having this problem](https://tachiyomi.org/help/guides/troubleshooting/#everyone-is-having-this-problem).
+If any of these solutions help, go to [it only happens to me](#it-only-happens-to-me).
+If it is not just you, go to [everyone is having this problem](https://tachiyomi.org/help/guides/troubleshooting/#everyone-is-having-this-problem).
If none of these solutions help, try asking in our [Discord server](https://discord.gg/tachiyomi).
-Check **#status-updates** first to see if your issue is known. State your app version and the source, series, and chapter with the problem if it is not listed.
+Check **#status-updates** first to see if your issue is known.
+State your app version and the source, series, and chapter with the problem if it is not listed.
## It only happens to me
You may be getting a [Cloudflare](#solving-cloudflare-issues) protection, may have been IP-banned, or encountered some other counter-measure that website owners deploy against programs like Tachiyomi.
-If that is the case, there is probably nothing that Tachiyomi can do to solve it. Some of them (like [Cloudflare](#solving-cloudflare-issues)) have to be manually solved, and some are temporary (IP bans).
+If that is the case, there is probably nothing that Tachiyomi can do to solve it.
+Some of them (like [Cloudflare](#solving-cloudflare-issues)) have to be manually solved, and some are temporary (IP bans).
**Workarounds that can the lower chance of an issue happening again:**
- Don't use downloads with the source.
diff --git a/website/src/docs/guides/troubleshooting/index.md b/website/src/docs/guides/troubleshooting/index.md
index ae9445c6..e33fe497 100644
--- a/website/src/docs/guides/troubleshooting/index.md
+++ b/website/src/docs/guides/troubleshooting/index.md
@@ -21,9 +21,11 @@ Try to load the website in **WebView**.
1. Once done, press the X at the top left to return.
:::
-You may need to try this multiple times. You can also try pressing the **Overflow** icon, opening the website in your regular browser, then checking for a **CAPTCHA** there.
+You may need to try this multiple times.
+You can also try pressing the **Overflow** icon, opening the website in your regular browser, then checking for a **CAPTCHA** there.
-Some sources may have more advanced **Cloudflare** protection. If you are facing issues, try the following options.
+Some sources may have more advanced **Cloudflare** protection.
+If you are facing issues, try the following options.
### Clearing cookies and WebView data
::: tip Guide
@@ -52,7 +54,8 @@ It is recommended to set your WebView implementation to [Android System WebView]
## Cloudflare
### Solving Cloudflare issues
-Cloudflare is an anti-bot mechanism. Some sources intentionally have a higher Cloudflare protection level to block apps like Tachiyomi.
+Cloudflare is an anti-bot mechanism.
+Some sources intentionally have a higher Cloudflare protection level to block apps like Tachiyomi.
You can try the following suggestions to help resolve Cloudflare challenges.