From 379559e9cb364ae30331ce8c59a728cf82aee285 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Tue, 9 Jun 2026 17:57:22 +0000 Subject: [PATCH] Fix some backslash issues from the conversion to markdown. --- docs/API-Reference.md | 6 +++--- docs/Generated-Feeds.md | 4 ++-- docs/Themes.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/API-Reference.md b/docs/API-Reference.md index e5b934b..d8e0ae2 100644 --- a/docs/API-Reference.md +++ b/docs/API-Reference.md @@ -129,7 +129,7 @@ session ID even if you are using single user mode. You can omit user and password parameters. - On version:1.6.0 and above login also returns current API level as an - api\_level integer, you can use that instead of calling `getApiLevel` after login. + api_level integer, you can use that instead of calling `getApiLevel` after login. - Since API 17, also returns configuration object (see [`getConfig`](#getconfig) below). ### logout @@ -281,7 +281,7 @@ Parameters: E.g. to set unread status of articles X and Y to false use the following: -?article\_ids=X,Y&mode=0&field=2 +?article_ids=X,Y&mode=0&field=2 Since version:1.5.0 returns a status message: @@ -391,7 +391,7 @@ Before version:1.7.5 Returned id is an internal database id of the label, you can convert it to the valid feed id like this: -feed\_id = \-11 - label\_id +feed_id = -11 - label_id After: diff --git a/docs/Generated-Feeds.md b/docs/Generated-Feeds.md index 5d95ea0..291b437 100644 --- a/docs/Generated-Feeds.md +++ b/docs/Generated-Feeds.md @@ -68,9 +68,9 @@ generated feeds. - adaptive - shows unread articles only when they are unread articles, shows everything otherwise -- marked (this means starred), has\_note, +- marked (this means starred), has_note, published, unread, - unread\_first - should be self explanatory + unread_first - should be self explanatory Actual output may differ between modes for several special feeds for usability reasons, e.g. recently read feed ignores unread diff --git a/docs/Themes.md b/docs/Themes.md index befc8fe..94891b6 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -42,5 +42,5 @@ Theme emulates the paper/brownish look of the Reeder App from IOS. **Github** -* tt-rss \>1.11 -* tt-rss \<1.11 (old-version) +* tt-rss \>1.11 +* tt-rss \<1.11 (old-version)