I have done some searching and not seeming to find what I am looking for.
I want to use \ in a macro to display a domain login like DOMAIN.LOCAL\Firstname.Lastname
I tried DOMAIN.LOCAL\{{ticket.requester.first_name}}.{{ticket.requester.last_name}}
In the ticket this displays as DOMAIN.LOCAL\{{ticket.requester.first_name}}.Lastname
If I put a space after the \ it displays properly, but I have a space in there and that will cause confusion. Can this be done?
Please note that when using macros in Zendesk, the backslash (\) can be interpreted as an escape character depending on the context, which might cause issues when used directly before liquid placeholders like Bryan.
You can use </> instead for it to display properly as seen on the screenshot below.