I would expect that ~'hello world'~ would render as 'hello world' but instead it gets rendered literally.
Without the single quotes rendering works correctly, but the single quotes seem to cause confusion.
I want to be able to describe a ruby string by putting it in code font, including the quotes, but this bug makes it impossible.
I would expect that ~'hello world'~ would render as
'hello world'but instead it gets rendered literally.Without the single quotes rendering works correctly, but the single quotes seem to cause confusion.
I want to be able to describe a ruby string by putting it in code font, including the quotes, but this bug makes it impossible.