[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] Checkbox item is broken in html export with table content [9.6
From: |
Max Nikulin |
Subject: |
Re: [BUG] Checkbox item is broken in html export with table content [9.6 (9.6-??-bed47b437 @ /Users/hw/.emacs.d/.local/straight/build-28.1/org/)] |
Date: |
Sun, 1 Jan 2023 13:33:22 +0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 31/12/2022 21:08, Ihor Radchenko wrote:
nunnery-09-bayside writes:
a. [ ] foo
b. [ ] bar
| a | b | c |
<li class="off"><code>[ ]</code> foo</li>
<li class="off"><code>[ ]</code> <p>bar</p>
I would expect e.g.
<li class="off"><p><code>[ ]</code> bar</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups"
frame="hsides">
Probably, the reason is <p> tag in the first paragraph of the item.
I am not sure, however, if it is safe to drop it.
If an item contains block-level element then text paragraphs should be
wrapped with <p>...</p>, however there is no reason to put checkboxes
outside of first paragraphs.
http://permalink.gmane.org/gmane.emacs.orgmode/89413
https://list.orgmode.org/87ppgg26wd.wl%25n142857@gmail.com/T/#u
HTML lists are including paragraphs (<li><p>…</p></li>)
Mon, 04 Aug 2014 11:52:34 +0700
- Re: [BUG] Checkbox item is broken in html export with table content [9.6 (9.6-??-bed47b437 @ /Users/hw/.emacs.d/.local/straight/build-28.1/org/)],
Max Nikulin <=