From be498eaab80e88a397970f077b2e48694a2205d6 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 20 Nov 2015 23:48:55 +0000
Subject: [PATCH] Blockquote formatting

---
 installer/resources/checklist.md | 90 ++++++++++++++++++--------------
 1 file changed, 51 insertions(+), 39 deletions(-)

diff --git a/installer/resources/checklist.md b/installer/resources/checklist.md
index 8b354701fd..bbdd9e83cf 100644
--- a/installer/resources/checklist.md
+++ b/installer/resources/checklist.md
@@ -81,45 +81,57 @@
 
 1. `ant release`
 
-    =========================================
-    NOTE: These tasks are now automated by 'ant release'
-
-    Build and tag:
-        ant pkg
-
-    Create signed update files with:
-        export I2P=~/i2p
-        java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.x.xx
-        java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate200.zip i2pupdate.su2 /path/to/private.key 0.x.xx
-
-    Verify signed update files with:
-        java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate showversion i2pupdate.sud
-        java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate verifysig i2pupdate.sud
-
-    Make the source tarball:
-        Start with a clean checkout mtn -d i2p.mtn co --branch=i2p.i2p i2p-0.x.xx
-        Double-check trust list
-        tar cjf i2psource-0.x.xx.tar.bz2 --exclude i2p-0.x.xx/_MTN i2p-0.x.xx
-        mv i2p-0.x.xx.tar.bz2 i2p.i2p
-
-    Rename some files:
-        mv i2pinstall.exe i2pinstall-0.x.xx.exe
-        mv i2pupdate.zip i2pupdate-0.x.xx.zip
-
-    Generate hashes:
-        sha256sum i2p*0.x.xx.*
-        sha256sum i2pupdate.sud
-        sha256sum i2pupdate.su2
-
-    Generate PGP signatures:
-        gpg -b i2pinstall-0.x xx.exe
-        gpg -b i2psource-0.x.xx.tar.bz2
-        gpg -b i2pupdate-0.x.xx.zip
-        gpg -b i2pupdate.sud
-        gpg -b i2pupdate.su2
-
-    (end of tasks automated by 'ant release')
-    =========================================
+    > NOTE: These tasks are now automated by `ant release`
+    >
+    > Build and tag:
+    >     ```
+    >     ant pkg
+    >     ```
+    >
+    > Create signed update files with:
+    >     ```
+    >     export I2P=~/i2p
+    >     java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.x.xx
+    >     java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate200.zip i2pupdate.su2 /path/to/private.key 0.x.xx
+    >     ```
+    >
+    > Verify signed update files with:
+    >     ```
+    >     java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate showversion i2pupdate.sud
+    >     java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate verifysig i2pupdate.sud
+    >     ```
+    >
+    > Make the source tarball:
+    >     ```
+    >     Start with a clean checkout mtn -d i2p.mtn co --branch=i2p.i2p i2p-0.x.xx
+    >     Double-check trust list
+    >     tar cjf i2psource-0.x.xx.tar.bz2 --exclude i2p-0.x.xx/_MTN i2p-0.x.xx
+    >     mv i2p-0.x.xx.tar.bz2 i2p.i2p
+    >     ```
+    >
+    > Rename some files:
+    >     ```
+    >     mv i2pinstall.exe i2pinstall-0.x.xx.exe
+    >     mv i2pupdate.zip i2pupdate-0.x.xx.zip
+    >     ```
+    >
+    > Generate hashes:
+    >     ```
+    >     sha256sum i2p*0.x.xx.*
+    >     sha256sum i2pupdate.sud
+    >     sha256sum i2pupdate.su2
+    >     ```
+    >
+    > Generate PGP signatures:
+    >     ```
+    >     gpg -b i2pinstall-0.x xx.exe
+    >     gpg -b i2psource-0.x.xx.tar.bz2
+    >     gpg -b i2pupdate-0.x.xx.zip
+    >     gpg -b i2pupdate.sud
+    >     gpg -b i2pupdate.su2
+    >     ```
+    >
+    > (end of tasks automated by 'ant release')
 
 2. Now test:
   - Save the output about checksums, sizes, and torrents to a file
-- 
GitLab