mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
6259f37bd6
Now GFM Code Blocks can have up to 3 spaces before the backticks Closes #523
224 B
224 B
var test = test;
function foo() {
return 'bar';
}
var test = test;
function foo() {
return 'bar';
}
var test = test;
function foo() {
return 'bar';
}