~C-'~ does not render to <code>C-'</code>
i.e. C-'
Unfortunately, this is also true for all text markup for this specfic string.
e.g.
| Text Markup | Example |
|---|---|
| Bold | C-’ |
| Italic | C-’ |
| Underline | C-’ |
Verbatim | C-' |
Code | C-' |
The reason that the text markup does not render C-’ as expected is because org-ruby is following the the official org-syntax specification which defined this behavior.
It might also be helpful to include a link to issue 48. In case this gist is linked to directly from somewhere else.
'~' doesn't render as a code markup wallyqs/org-ruby#48