From 77449084cfb120ae144349f59418452bd52045e2 Mon Sep 17 00:00:00 2001 From: Ashfame Date: Fri, 14 Dec 2012 15:38:56 +0530 Subject: [PATCH 1/3] show space using   instead of actual space, as Github trims it in markdown rendering Deals with Issue #123 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84846bb3..be4f7c16 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ OR * Search for: `'_s'` & replace with: `'megatherium'` * Search for: `_s_` & replace with: `megatherium_` -* Search for: ` _s` & replace with: ` Megatherium` +* Search for: ` _s` & replace with: ` Megatherium` Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme. From 0fdebbeae62cd48e786f4630b1ebadd6b9257d05 Mon Sep 17 00:00:00 2001 From: Ashfame Date: Fri, 14 Dec 2012 15:48:11 +0530 Subject: [PATCH 2/3] add   in replacement text too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4f7c16..40220e55 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ OR * Search for: `'_s'` & replace with: `'megatherium'` * Search for: `_s_` & replace with: `megatherium_` -* Search for: ` _s` & replace with: ` Megatherium` +* Search for: ` _s` & replace with: ` Megatherium` Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme. From 3b792a13173ee541fe1b09d1ac49103594422301 Mon Sep 17 00:00:00 2001 From: Ashfame Date: Fri, 14 Dec 2012 16:08:53 +0530 Subject: [PATCH 3/3] use code tags in markdown instead of backticks to be able to use   --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40220e55..632cccff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ OR * Search for: `'_s'` & replace with: `'megatherium'` * Search for: `_s_` & replace with: `megatherium_` -* Search for: ` _s` & replace with: ` Megatherium` +* Search for:  _s & replace with:  Megatherium Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.