Skip to content

Line breaks after template are lost #1848

Closed
@Hixie

Description

@Hixie

The following:

///    using the [AutomaticKeepAliveClientMixin], then implementing the
///    [wantKeepAlive] getter and calling [updateKeepAlive].
/// {@endtemplate}
///
/// See also:
///
///  * [SliverChildBuilderDelegate], which is a delegate that uses a builder
///    callback to construct the children.

...renders like this:

using the AutomaticKeepAliveClientMixin, then implementing the wantKeepAlive getter and calling updateKeepAlive. See also:

  • SliverChildBuilderDelegate, which is a delegate that uses a builder callback to construct the children.
  • SliverChildListDelegate, which is a delegate that has an explicit list of children.

Notice how the "See also" isn't a separate paragraph.

See e.g. https://master-docs-flutter-io.firebaseapp.com/flutter/widgets/SliverChildDelegate-class.html

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work oncustomer-flutterIssues originating from important to Fluttertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions