Muddle both email and text #2
Closed
uldisrudzitis
started this conversation in
Ideas
Replies: 2 comments
|
That's a good idea. |
0 replies
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.
Make it possible to muddle both link and text, example:
<a href="mailto:{{ $user->email }}">{{ $user->email }}</a>Expected result
<a href="{{ muddled link }}}">{{ muddled text }}</a>All reactions