When exporting an Org document to ConTeXt using Pandoc, I noticed the following.
( [org code]
→ PDF output )
*bold*
→ bold
*bold,*
→ *bold,*
/italics/
→ italics
/italics,/
→ /italics,/
~code~
→code
~code,~
→ ~code,~
Note that, in each case, a final comma breaks the formatting.
Is there some way of coercing the formatting into working?
(Perhaps similar to this hack for Markdown regarding code blocks and lists?)
This question seems concerned with the Emacs syntax highlighting, and so the fix is made from within Emacs; I'm using Pandoc to export the Org document to ConTeXt – so I can make finer typographical adjustments. Therefore changing Emacs' settings won't work.