We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking preview for a plain text campaign, the preview window shows the text stripped of line breaks.
In addition to fixing this, it might be nice for the plain text preview to use a fixed width font trather than the browser default.
The text was updated successfully, but these errors were encountered:
I think both issues could be easily solved by adding <pre> and </pre> tags to the plain-text preview output.
<pre>
</pre>
Sorry, something went wrong.
I think that's the best solution. The <pre> tag just needs a white-space: pre-wrap; attribute so the lines get wrapped.
white-space: pre-wrap;
0bd13fe
This was fixed by adding the correct plaintext content type to the HTTP preview response.
No branches or pull requests
When clicking preview for a plain text campaign, the preview window shows the text stripped of line breaks.
In addition to fixing this, it might be nice for the plain text preview to use a fixed width font trather than the browser default.
The text was updated successfully, but these errors were encountered: