Re: [BUG] Stray divs in HTML export [9.6.15 (release_9.6.15 @ /home/jm/.local/share/emacs/30.0.50/lisp/org/)]

2024-03-22 Thread Ihor Radchenko
john muhl writes: > The closing s inside HTML comment blocks appear outside the > comment which makes the exported HTML invalid. For example: > > #+title: Stray div demo > > Hello. > > #+html: > > Goodbye. Your example is using direct HTML formatting. It is user responsibility that dire

[BUG] Stray divs in HTML export [9.6.15 (release_9.6.15 @ /home/jm/.local/share/emacs/30.0.50/lisp/org/)]

2024-03-22 Thread john muhl
The closing s inside HTML comment blocks appear outside the comment which makes the exported HTML invalid. For example: #+title: Stray div demo Hello. #+html: Goodbye. Produces this HTML (cleaned up to make it easier to read, see attached for original files): Hello. Goodbye.