~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.
@duianto - Thank you for providing the links!