[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inconsistent text markup handling when double-nesting markers
From: |
Ihor Radchenko |
Subject: |
Re: Inconsistent text markup handling when double-nesting markers |
Date: |
Tue, 10 Oct 2023 12:07:49 +0000 |
"Tom Alexander" <tom@fizz.buzz> writes:
> I used the following test document:
> ```
> __foo__
>
> **foo**
> ```
>
> I'd expect the two to behave the same but the first one parses as:
> ```
> (paragraph
> "_"
> (subscript "foo")
> "__"
> )
> ```
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fe23bec60
--
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>
- Inconsistent text markup handling when double-nesting markers, Tom Alexander, 2023/10/09
- Re: Inconsistent text markup handling when double-nesting markers,
Ihor Radchenko <=
- Re: Inconsistent text markup handling when double-nesting markers, Max Nikulin, 2023/10/10
- Re: Inconsistent text markup handling when double-nesting markers, Ihor Radchenko, 2023/10/11
- Re: Inconsistent text markup handling when double-nesting markers, Max Nikulin, 2023/10/11
- Re: Inconsistent text markup handling when double-nesting markers, Ihor Radchenko, 2023/10/11
- Re: Inconsistent text markup handling when double-nesting markers, Tom Alexander, 2023/10/11
- Re: Inconsistent text markup handling when double-nesting markers, Max Nikulin, 2023/10/12
- Re: Inconsistent text markup handling when double-nesting markers, Ihor Radchenko, 2023/10/12