You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a standard (not Tablepress) table cell containing multiple paragraphs, the first paragraph is given a default, appropriate font unless specified. It is not automatically placed within <p> tags. All subsequent paragraphs, however, are automatically placed within <p> tags in the webbook output. This happens without any user intervention in the Text editor, and it gives additional paragraphs a different, unexpected font:
Code in Text editor
Appearance in webbook
Webbook HTML
This seems to happen regardless of the book's Theme (tested with McLuhan, Malala, Adunis, Andreessen).
A cumbersome workaround is to place every paragraph in a table within appropriately styled <p> tags. The default <p> tags are likely not hoped for in the context of a multi-paragraph table cell. Their automatic inclusion from the second paragraph onwards is experienced as a bug.
Steps to Reproduce
In a book chapter, create a table with at least one cell.
Write two or more paragraphs within that cell with no particular styling.
Preview or save and view the chapter.
Expected behavior: All paragraphs have the same, appropriate font.
Actual behavior: All paragraphs after the first paragraph have a different, larger font.
The text was updated successfully, but these errors were encountered:
Description
In a standard (not Tablepress) table cell containing multiple paragraphs, the first paragraph is given a default, appropriate font unless specified. It is not automatically placed within
<p>
tags. All subsequent paragraphs, however, are automatically placed within<p>
tags in the webbook output. This happens without any user intervention in the Text editor, and it gives additional paragraphs a different, unexpected font:Code in Text editor
Appearance in webbook
Webbook HTML
This seems to happen regardless of the book's Theme (tested with McLuhan, Malala, Adunis, Andreessen).
A cumbersome workaround is to place every paragraph in a table within appropriately styled
<p>
tags. The default<p>
tags are likely not hoped for in the context of a multi-paragraph table cell. Their automatic inclusion from the second paragraph onwards is experienced as a bug.Steps to Reproduce
Expected behavior: All paragraphs have the same, appropriate font.
Actual behavior: All paragraphs after the first paragraph have a different, larger font.
The text was updated successfully, but these errors were encountered: