Org mode renders the following line in bold between the asterisks in the Emacs
window. It seems to be the last dot after the first asterisk that triggers the
assumed rendering bug.
┌
│ =org-*.css= and =org-*.css.el=
└
On the other hand, the same line exports properly with both the ASCII a
On Wed, Dec 14, 2022, at 22:51, Kaushal Modi wrote:
> On Wed, Dec 14, 2022, 4:44 PM Johan Bolmsjö
> wrote:
>> The caption "Caption 1" is not exported by ox-html in the following
>> source block.
>>
>> #+caption: Caption 1
>> #+begin_src
>&g
** Description
The caption "Caption 1" is not exported by ox-html in the following
source block.
#+caption: Caption 1
#+begin_src
foo bar baz
#+end_src
The caption "Caption 2" is exported by ox-html in the following source
block.
#+caption: Caption 2
#+begin_src sh
echo foo bar baz
#+end_src