From 7f460853c83f572dd91a649ca880088b1df3a55d Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 17 May 2019 12:10:25 -0500 Subject: [PATCH] one lil zwnj to make sure compat sigs always get parsed correctly --- app/lib/bangtags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index 95d398fff..404d20a0f 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -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]