showdown/test/issues/#523.leading-space-breaks-gfm-code-blocks.md
Estevao Soares dos Santos 828c32f503 fix(gfm-codeblocks): leading space no longer breaks gfm codeblocks
Now GFM Code Blocks can have up to 3 spaces before the backticks

Closes #523
2018-10-16 23:27:08 +01:00

224 B

var test = test;
function foo() {
 return 'bar';
}
var test = test;
function foo() {
return 'bar';
}
var test = test;
function foo() {
return 'bar';
}