A native way to escape markdown in emails #38106
Unanswered
pavel-lexyr
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Blade templates automatically escape all the HTML from parameters that go through it. That's both secure and very handy.
There is also a special version of Blade used in mail definitions (see documentation). It does not escape Markdown syntax tags. Looks like there is no native way to do it.
If we get an option to do this that does not rely on shaky workarounds, it would improve security and QoL for email development in a big way.
Beta Was this translation helpful? Give feedback.
All reactions