[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Links & images with different attributes in the same paragraph
From: |
Ihor Radchenko |
Subject: |
Re: Links & images with different attributes in the same paragraph |
Date: |
Thu, 21 Dec 2023 14:03:15 +0000 |
Max Nikulin <manikulin@gmail.com> writes:
>> No, not zero-width space. Literally, {{...}}. The idea is to define
>> delimiters as "[{]+" the matching number of "}". This way, we do not
>> need to worry about escaping "}" inside and can get nested markup for
>> free. It is more or less how Org parser works for special block:
>> the opening delimiter is #+begin_whatever is matched against
>> #+end_<same as opening delimiter>.
>
> I am afraid, there is an issue if wrapped content is surrounded by
> braces. An ambiguity arises for
>
> @wrap{{{content}}}
>
> it may be @wrap{{{ content }}}, @wrap{{ {content} }},
> or @wrap{ {{content}} }. It seems, some escape character is unavoidable.
For such tricky cases, yes. Either escape character or another suggested
approach with "empty" joiner entity like \--
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: Links & images with different attributes in the same paragraph, Ihor Radchenko, 2023/12/05
- Re: Links & images with different attributes in the same paragraph, Max Nikulin, 2023/12/12
- Re: Links & images with different attributes in the same paragraph, Ihor Radchenko, 2023/12/12
- Re: Links & images with different attributes in the same paragraph, Max Nikulin, 2023/12/13
- Re: Links & images with different attributes in the same paragraph, Ihor Radchenko, 2023/12/14
- Re: Links & images with different attributes in the same paragraph, Max Nikulin, 2023/12/16
- Re: Links & images with different attributes in the same paragraph, Ihor Radchenko, 2023/12/16
- Re: Links & images with different attributes in the same paragraph, Max Nikulin, 2023/12/19
- Re: Links & images with different attributes in the same paragraph,
Ihor Radchenko <=