amend previous fix

This commit is contained in:
Sam 2014-10-03 16:35:35 +10:00
parent 8c214c35e4
commit f5912a5500

View file

@ -2250,7 +2250,7 @@
chunk.endTag = " ##";
if(chunk.after === "" || !chunk.after.match(/^\n/)){
chunk.endTag = "## \n";
chunk.endTag = " ##\n";
}
return;