From 2e1e926335c23c92cb002a13555562b17e116ffb Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 10 Mar 2025 20:10:40 +0800 Subject: [PATCH 1/2] usage.rst: Use console highlighting well, also called bash-session --- doc/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/usage.rst b/doc/usage.rst index 7f7c299..6073f0c 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -2,6 +2,7 @@ Usage ===== .. contents:: +.. highlight:: console How to use f3write and f3read ----------------------------- From 724814566da02d93f605bd2f2e0988a34ad90678 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 10 Mar 2025 20:12:50 +0800 Subject: [PATCH 2/2] README.rst: Use "console" and "bash" for highlighting --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b39167f..1b1eb92 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,7 @@ F3 stands for Fight Flash Fraud, or Fight Fake Flash. - `Other resources <#other-resources>`__ .. _examples: +.. highlight:: console Examples ======== @@ -71,6 +72,7 @@ following command uncompresses the files:: $ unzip f3-8.0.zip +.. highlight:: bash Compile stable software on Linux or FreeBSD -------------------------------------------