I'm writing an org-mode document where I want to mark up only part of a single word; for example, I might want something like these example
s, which were generated by the Markdown some*thing* like these `example`s
. The analogous org-mode code, however, doesn't work:
some/thing/ like these ~example~s
syntax highlights/exports (or rather, doesn't) as
some/thing/ like these ~example~s
How can I get org-mode to produce the appropriate syntax highlighting/exported output, namely
some/thing/ like these
~example~
s
? (Dropping the "/" and "~" in exported content, of course.)