one lil zwnj to make sure compat sigs always get parsed correctly

staging
multiple creatures 2019-05-17 12:10:25 -05:00
parent f0c9477a4b
commit 7f460853c8
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class Bangtags
if @chunks.first(5).any? { |c| c.strip.match?(/[\r\n]/) || c.lstrip.match?(/^(?:[>#]|```|---|\* |\d+\)|\[\wi+)/) }
@chunks << "\n\n[right]— #{description}\u200c[/right]"
else
@chunks << " [rfloat]— #{description}[/rfloat]"
@chunks << " [rfloat]— #{description}\u200c[/rfloat]"
end
when 'media'
media_idx = post_cmd[1]