From acbba9adb2e362079ce1fb84be1868b198cc1da0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Oct 2021 13:43:24 +0200 Subject: Improved markdownlint (#3918) * Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files --- docs/en/users/06_Mobile_access.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/en/users/06_Mobile_access.md') diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md index 59b3d6c52..9974fb2bb 100644 --- a/docs/en/users/06_Mobile_access.md +++ b/docs/en/users/06_Mobile_access.md @@ -13,8 +13,8 @@ See the [page about the Fever compatible API](../developers/06_Fever_API.md.md) # Testing -3. Under the section “Profile”, click on the link like `https://rss.example.net/api/` next to the field “API password”. -4. Click on first link “Check full server configuration”: +1. Under the section “Profile”, click on the link like `https://rss.example.net/api/` next to the field “API password”. +2. Click on first link “Check full server configuration”: * If you get *PASS* then you are done, all is good: you may proceed to step 6. * If you get *Bad Request!* or *Not Found*, then your server probably does not accept slashes `/` that are escaped `%2F`. Proceed to step 5. * If you get any other error message, proceed to step 5. @@ -22,7 +22,7 @@ See the [page about the Fever compatible API](../developers/06_Fever_API.md.md) # Fix server configuration -5. Click on the second link “Check partial server configuration (without `%2F` support)”: +* Click on the second link “Check partial server configuration (without `%2F` support)”: * If you get `PASS`, then the problem is indeed that your server does not accept slashes `/` that are escaped `%2F`. * With Apache, remember the directive [`AllowEncodedSlashes On`](http://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes) * Or use a client that does not escape slashes (such as EasyRSS), in which case proceed to step 6. -- cgit v1.2.3