When I hit return in the email.blade.php
file it does not create a new line.
However, according to the markdown rules it should.
Thats my blade file:
@component('mail::message')
# Introduction
First line
Second line
third line...
@endcomponent
and that is how it looks in my browser:
Why is there no line break before Second line
?
Can you show the generated HTML?
I'm guessing it's because you're using soft line breaks instead of hard line breaks. More info here - soft vs hard line breaks.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With