Fix bad indent causing block quote 69/13869/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Dec 2018 02:23:20 +0000 (10:23 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Dec 2018 02:24:04 +0000 (10:24 +0800)
Fixes the bad indent causing the examples to appear as a block
quote.

Change-Id: Ic7b1dcdb56544708e91fdc8a752ea86ae0b42666
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/meetbot.rst

index d7b1c64..7fd9694 100644 (file)
@@ -56,9 +56,9 @@ Take notes
 
 * Use ``#info`` to record a note.
 
-   .. code-block:: none
+  .. code-block:: none
 
-      #info dneary suggested using MeetBot for meeting minutes
+     #info dneary suggested using MeetBot for meeting minutes
 
 * Use ``#agree <agreement>`` to record agreements to document consensus.
 
@@ -84,12 +84,12 @@ Take notes
 
 * Use ``#startvote <vote>`` and ``#endvote`` to start/end voting.
 
-   .. code-block:: none
+  .. code-block:: none
 
-      #startvote Do you approve a 15 minute coffee break? (+1, 0, -1)
+     #startvote Do you approve a 15 minute coffee break? (+1, 0, -1)
 
-   Voters will use ``#vote <option>`` to vote. Typically +1 is for approval,
-   0 abstain, and -1 non-approval.
+  Voters will use ``#vote <option>`` to vote. Typically +1 is for approval,
+  0 abstain, and -1 non-approval.
 
 * Use ``#undo`` to remove the last addition to the minutes.