On 30/01/2023 01:20, c.buhtz wrote:
Please let me add the nested-regex-approach.

You should look up for any markup starting at first. org-element parser uses "first wins" approach. Notice the following:

    /italics ~code/ verbatim~

is exported as

    <p>
    <i>italics ~code</i> verbatim~</p>

Notice that closing italics marker cancels recognizing of code snippet.


Reply via email to