-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Paragraph should be able to contain tight lists and block-level equations #3206
Copy link
Copy link
Open
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuremodelRelated to model category, which is all about structure and semantics.Related to model category, which is all about structure and semantics.textRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.
Description
Currently, a tight list attaches to the preceding paragraph when there is no whitespace, and a new paragraph is always created after the list.
In this case, this behavior is not desirable, because everything here is really part of the same paragraph.
For comparison, the behavior in LaTeX is that the next line is also part of the paragraph (new paragraphs are indented by default)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuremodelRelated to model category, which is all about structure and semantics.Related to model category, which is all about structure and semantics.textRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.

