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
I hope I have understood the requirement correctly.
Just thinking out loud. Are users comfortable in sharing MJML template instead of markdown?
MJML has good tooling, I am sure there are good builders where users can generate template easily and share it with you. Like https://www.mjmliquid.com/editor
Then just like Blade, you can inject your values in the template.
📃 Description
Starting to think about a templating engine so that the body and/or subject of a notification can be customized from within the UI.
Important
This is just a brain dump of thoughts there is no ETA on this feature and it could be killed off if I think the juice isn't worth the squeeze.
👀 Resources
Practical options
Parse markdown content
This method translates the string to the given values and then parses the markdown to HTML.
The text was updated successfully, but these errors were encountered: