in my notifications i use the (MailMessage)->markdown('<file>')
syntax and it works.
Not, i want to "inject" the markdown from outside, so i need something like this
(MailMessage)->markdown("<string">);
I think, you get the point.
When i now just give my markdown as a string to this function, it will not work and throws a
No hint path defined for [# Headline
Next line
error message.
So, how can i use string templates in my MailMessage markdown notifications?