]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
Fix more markdown weirdness.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 19 Jan 2012 19:52:20 +0000 (14:52 -0500)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Thu, 19 Jan 2012 19:52:20 +0000 (14:52 -0500)
Markdown seems to have escaped dollar signs within a code block, which is
weird. Hopefully this will fix it.

remoteusage.mdwn

index 19de21275188e120f1867f15e1ca855b3c9e08db..67bd933540bb41c5cc0ddee9348f10f511e7f2c9 100644 (file)
@@ -69,7 +69,6 @@ future calls can reuse the socket.
         
         create_socket_dir ()
         {
-            
             mkdir "${SOCKET_DIR}" $(id -u)
             chmod 700 "${SOCKET_DIR}" 
         }