From ce4e19b8150c1e45db240a670517e83e2feafa59 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:27:56 -0500 Subject: change markup from " to `` (three instances) --- taler-merchant-manual.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index dd92db7c..442c9e13 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -672,8 +672,8 @@ that all exchanges audited by this auditor will be trusted!) you create a section with a name that starts with “MERCHANT-AUDITOR-”. In that section, the following options need to be configured: -- The “AUDITOR_BASE_URL” option specifies the auditor’s base URL. For example, - to use the Taler demonstrator's auditor, specify: +- The ``AUDITOR_BASE_URL`` option specifies the auditor’s base URL. + For example, to use the Taler demonstrator's auditor, specify: .. code-block:: console @@ -681,7 +681,7 @@ that section, the following options need to be configured: -o AUDITOR_BASE_URL \ -V https://exchange.demo.taler.net/ -- The “AUDITOR_KEY” option specifies the auditor's public key +- The ``AUDITOR_KEY`` option specifies the auditor's public key in base32 encoding. For the Taler demonstrator, use: .. code-block:: console @@ -690,7 +690,7 @@ that section, the following options need to be configured: -o AUDITOR_KEY \ -V FIXMEBADVALUENEEDTOGETTHERIGHTVALUEHEREEVENTUALLY000 -- The “CURRENCY” option specifies the auditor’s currency. +- The ``CURRENCY`` option specifies the auditor’s currency. For the Taler demonstrator, use: .. code-block:: console -- cgit v1.2.3