Skip to content

Instantly share code, notes, and snippets.

@melioratus
Last active October 13, 2019 14:34
Show Gist options
  • Save melioratus/3ab1c8960d1b5f8a9546379dfca00bf2 to your computer and use it in GitHub Desktop.
Save melioratus/3ab1c8960d1b5f8a9546379dfca00bf2 to your computer and use it in GitHub Desktop.

Code Text Markup Does Not Render as Expected

~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 MarkupExample
BoldC-’
ItalicC-’
UnderlineC-’
Strike-throughC-’
VerbatimC-'
CodeC-'

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.

References

@duianto
Copy link

duianto commented Oct 11, 2019

@duianto
Copy link

duianto commented Oct 11, 2019

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

@melioratus
Copy link
Author

melioratus commented Oct 13, 2019

@duianto - Thank you for providing the links!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment