-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Consider the following Dartdoc snippet:
/// Lorem Ipsum is simply dummy text of the printing and typesetting industry.
/// * Lorem Ipsum has been the industry's standard dummy text ever
/// since the 1500s.
/// * It was popularised in the 1960s with the release of Letraset sheets
/// containing Lorem Ipsum passages.
/// Where does it come from?
This renders the following documentation output:
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
- It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages. Where does it come from?
Note how the "Where does it come from?" part ends up in the bulleted list, even though it's clearly meant to be its own paragraph.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)