Indentation fixes and code style improvements
diff --git a/source/asyncweb-project/__index.md b/source/asyncweb-project/__index.md
index b18dd6b..672902e 100644
--- a/source/asyncweb-project/__index.md
+++ b/source/asyncweb-project/__index.md
@@ -7,7 +7,7 @@
 # Apache AsyncWeb
 
 <div class="note" markdown="1" >
-The **AsyncWeb** project is currently dormant. We don't have committers for it, so if you feel like you can give an hand, please do contact us !
+    The <strong>AsyncWeb</strong> project is currently dormant. We don't have committers for it, so if you feel like you can give an hand, please do contact us !
 </div>
 
 Apache AsyncWeb (built on top of the Apache MINA network framework) employs non-blocking selector driven IO at the transport level, and is asynchronous throughout - from the initial parsing of requests, right through to and including the services implemented by users.
diff --git a/source/mina-project/downloads_2_0.md b/source/mina-project/downloads_2_0.md
index bdd87e2..593cdf3 100644
--- a/source/mina-project/downloads_2_0.md
+++ b/source/mina-project/downloads_2_0.md
@@ -34,19 +34,24 @@
 
 The PGP signatures can be verified using PGP or GPG. First download the [KEYS](https://www.apache.org/dist/mina/KEYS) as well as the asc signature file for the relevant distribution. Then verify the signatures using:
 
-    $ pgpk -a KEYS
-    $ pgpv mina-2.0.21.tar.gz.asc
+```bash
+$ pgpk -a KEYS
+$ pgpv mina-2.0.21.tar.gz.asc
+```
 
 or
 
-    $ pgp -ka KEYS
-    $ pgp mina-2.0.21.tar.gz.asc
-    
+```bash
+$ pgp -ka KEYS
+$ pgp mina-2.0.21.tar.gz.asc
+```
+
 or
 
-    $ gpg --import KEYS
-    $ gpg --verify mina-2.0.21.tar.gz.asc
-
+```bash
+$ gpg --import KEYS
+$ gpg --verify mina-2.0.21.tar.gz.asc
+```
 
 # Previous Releases
 
diff --git a/source/mina-project/downloads_2_1.md b/source/mina-project/downloads_2_1.md
index 2da9bba..4389f5b 100644
--- a/source/mina-project/downloads_2_1.md
+++ b/source/mina-project/downloads_2_1.md
@@ -22,12 +22,12 @@
 <div class="note" markdown="1">
     For people wanting to use the <strong>serial</strong> package, we don't include the <strong>rxtx.jar</strong> library in the releases, as it's under a LGPL license. Please download it from <a href="http://rxtx.qbang.org/wiki/index.php/Download" class="external-link" rel="nofollow">http://rxtx.qbang.org/wiki/index.php/Download</a> or add the associated dependency in your maven pom.xml :
 
-        <dependency>
+    <dependency>
         <groupId>org.rxtx</groupId>
         <artifactId>rxtx</artifactId>
-         <version>2.1.7</version>
-         <scope>provided<scope>
-        </dependency>
+        <version>2.1.7</version>
+        <scope>provided<scope>
+    </dependency>
 </div>
 
 # Verify the integrity of the files
diff --git a/source/mina-project/downloads_old.md b/source/mina-project/downloads_old.md
index e5474dd..e875056 100644
--- a/source/mina-project/downloads_old.md
+++ b/source/mina-project/downloads_old.md
@@ -8,16 +8,16 @@
 <div class="note" markdown="1">
     For people wanting to use the <strong>serial</strong> package, we don't include the <strong>rxtx.jar</strong> library in the releases, as it's under a LGPL license. Please download it from <a href="http://rxtx.qbang.org/wiki/index.php/Download" class="external-link" rel="nofollow">http://rxtx.qbang.org/wiki/index.php/Download</a> or add the associated dependency in your maven pom.xml :
 
-        <dependency>
+    <dependency>
         <groupId>org.rxtx</groupId>
         <artifactId>rxtx</artifactId>
-         <version>2.1.7</version>
-         <scope>provided<scope>
-        </dependency>
+        <version>2.1.7</version>
+        <scope>provided<scope>
+    </dependency>
 </div>
 
-
 ## MINA 2.1.x
+
 <center>
 
 | Version| Download Links | Date |