1,461
95
Renders a post break between paragraphs.
To use the <PostBreak> component, add it to your components list in your main.dart file:
<PostBreak>
components
main.dart
ContentApp( components: [ PostBreak(), ], )
Then put the <PostBreak/> component somewhere in your markdown content:
<PostBreak/>
This is a paragraph. <PostBreak/> This is another, longer paragraph. ...