From 0f5efd076ba55f6649982fc654e087e31fe6bf3f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 16 Dec 2020 04:52:14 -0500 Subject: s/code:: none/code-block:: console/ (three instances) --- libeufin/concepts.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libeufin') diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst index 7612cf9f..9ad9774c 100644 --- a/libeufin/concepts.rst +++ b/libeufin/concepts.rst @@ -63,7 +63,7 @@ The information stored about it includes: Examples: -.. code:: none +.. code-block:: console # Download latest transactions via the default bank connection and store them locally curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-accounts/my-acct/fetch-transactions @@ -97,7 +97,7 @@ Bank connections provide the following actions: Examples: -.. code:: none +.. code-block:: console # Manually request the inter-day account report via the EBICS C52 order curl -XPOST $AUTHEADER https://example1.libeufin.tech/bank-connections/my-ebics-testacct/ebics/download/C52 @@ -125,7 +125,7 @@ not conform to a certain format. Examples: -.. code:: none +.. code-block:: console # Request the Taler-specific history through the facade curl $AUTHEADER https://example1.libeufin.tech/facades/my-taler-wire-gw/taler/history/incoming -- cgit v1.2.3