Repository: logging-log4net
Updated Branches:
  refs/heads/develop aa016ec99 -> 2a4bf9429


Keys: finally found the right combination of correct syntax and markdown


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/2a4bf942
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/2a4bf942
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/2a4bf942

Branch: refs/heads/develop
Commit: 2a4bf9429ed4bd2c510f6a4cc9ab6d78d261273d
Parents: aa016ec
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Thu Jul 20 18:32:21 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Thu Jul 20 18:32:21 2017 +0200

----------------------------------------------------------------------
 KEYS.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2a4bf942/KEYS.md
----------------------------------------------------------------------
diff --git a/KEYS.md b/KEYS.md
index 6199b60..e791fe5 100644
--- a/KEYS.md
+++ b/KEYS.md
@@ -6,7 +6,7 @@ This file contains the PGP keys of various Apache developers. 
These keys are pri
 
 This information is for the developers. To add your key information use the 
following shell script by setting the variables NAME and EMAIL to your name and 
email respectively:
 
-````
+```
 #!/bin/bash
 
 # put your name and email address here
@@ -17,7 +17,7 @@ EMAIL="your@email"
 cat <<EOT >> KEYS.md
 ## $NAME $EMAIL
 
-```
+\`\`\`
 EOT
 
 # export key information
@@ -25,9 +25,9 @@ gpg --list-keys $EMAIL >> KEYS.md
 
 # add spacer
 cat <<EOT >> KEYS.md
-```
+\`\`\`
 
-```
+\`\`\`
 EOT
 
 # export key
@@ -35,12 +35,12 @@ gpg --export -a $EMAIL >> KEYS.md
 
 # add ending
 cat <<EOT >> KEYS.md
-```
+\`\`\`
 
 EOT
 
 # done
-````
+```
 
 The original source of this file is 
https://git-wip-us.apache.org/repos/asf?p=logging-log4net.git;a=blob;f=KEYS.md;hb=refs/heads/master
 

Reply via email to