"Rohit Patnaik" writes:
> Relatedly, would the refactored fontification also handle nested bold and
> italic
> text where the delimiters for those are adjacent to one another?
Yes. The idea is to make everything match Org parser.
> Right now, for example:
>
> /this is italic *and some bold
Relatedly, would the refactored fontification also handle nested bold and italic
text where the delimiters for those are adjacent to one another?
Right now, for example:
/this is italic *and some bold italic*/
is only fontified in Emacs as italic. The portion of the text that is meant to
be
Jason Hemann writes:
> On at least Org mode version 9.8-pre (release_9.7.20-241-g3218d3), the
> following snippet is highlighted with org-code face.
>
> ~'~, plain ~foo~
Confirmed.
> I suspect that behavior is incorrect. When I export, say, to HTML, the output
> looks like I would expect—name