Thanks for your response. A single paragraph break would be fine but I haven't found a way to add one in an attributed string with SwiftUI.
AttributedString(markdown: "Example\n**One**") renders on a single line in a Text view.
Whereas Text("Example\n**Two**") renders on two, as expected.
Topic:
App & System Services
SubTopic:
General
Tags: