Bugs.swift.org should stop substituting ":)" with πŸ™‚

Often code like foo(bar:) gets replaced by foo(barπŸ™‚.

5 Likes

If I’m not mistaken, you can wrap inline code in {{ … }}. {{foo(bar:)}} should give you what you’re looking for.

wrapping inline code in {{ ... }} doesn't work for me for some reason. I always have to escape the closing parenthesis (:\)) to avoid the emoji.