mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
amend previous fix
This commit is contained in:
parent
8c214c35e4
commit
f5912a5500
1 changed files with 1 additions and 1 deletions
|
@ -2250,7 +2250,7 @@
|
|||
chunk.endTag = " ##";
|
||||
|
||||
if(chunk.after === "" || !chunk.after.match(/^\n/)){
|
||||
chunk.endTag = "## \n";
|
||||
chunk.endTag = " ##\n";
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue