Closed samuelcouch closed 9 years ago
Don't escape a trailing : if you are trying to ++/-- an emoji. Also some general cleanup for style consistency.
:
Currently: input -> :8ball: ++ output -> :8ball has 1 point
With fix: input :8ball: ++ output: :8ball: has 1 point
Just noticed the note about submitting changes to the other repository. Should I move my PR there?
Published as 1.1.6. Thanks!
Sweet! :+1:
Cool. samuelcouch++
Don't escape a trailing
:
if you are trying to ++/-- an emoji. Also some general cleanup for style consistency.Currently: input -> :8ball: ++ output -> :8ball has 1 point
With fix: input :8ball: ++ output: :8ball: has 1 point