From 4903cda740133b5c3c19b85ad34acf29f0647f5e Mon Sep 17 00:00:00 2001 From: William Povell Date: Tue, 21 May 2013 21:56:01 -0400 Subject: [PATCH] Fixed code block formatting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df96be91..e91b35262 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The file format for personal templates is the following: For example: -''' +``` :center-blank [[1,1,1,1,1,1,1], [1,1,1,1,1,1,1], @@ -39,7 +39,7 @@ For example: [1,1,1,1,1,1,1], [1,1,1,1,1,1,1], [1,1,1,1,1,1,1]] -''' +``` This would output a 7 x 7 light green square with a single blank center square.