You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are finding that variables echoed into Markdown Mailables are not having the Apostrophe character escaped. This has created some confusion in tests because assertSeeInHtmldoes escape the Apostrophe character.
Laravel Version
12
PHP Version
8.4
Database Driver & Version
N/A
Description
Hi,
We are finding that variables echoed into Markdown Mailables are not having the Apostrophe character escaped. This has created some confusion in tests because
assertSeeInHtml
does escape the Apostrophe character.Is this expected behaviour?
Steps To Reproduce
Create a new Laravel 12 installation.
Create a Markdown Mailable, e.g:
/
web route for testing:The text was updated successfully, but these errors were encountered: