mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
amend previous fix
This commit is contained in:
parent
8c214c35e4
commit
f5912a5500
@ -2250,7 +2250,7 @@
|
|||||||
chunk.endTag = " ##";
|
chunk.endTag = " ##";
|
||||||
|
|
||||||
if(chunk.after === "" || !chunk.after.match(/^\n/)){
|
if(chunk.after === "" || !chunk.after.match(/^\n/)){
|
||||||
chunk.endTag = "## \n";
|
chunk.endTag = " ##\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user