Replies: 1 comment
-
same here, any hint ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With express.js I send a .txt file through a template that is received correctly, the problem is that it does not add the line break automatically when the variable is declared in the end of the line.
Template syntax that adds the line break:
Option 1: Convert to string with \n:
Option 2: Add a space after the closing tag:
Result:
Template syntax not adding line break:
Result:
Beta Was this translation helpful? Give feedback.
All reactions