-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
Unable to read DESCRIPTION field with \n characters #217
Comments
Based on how this looks -> you should have escaped the \n - else it will be passed as an actual newline putting "something in NY." into the next line |
The \n in this case is coming from the Description text box inside of confluence. There isn't any opportunity to escape the newline because it's just a simple plain text box in the UI. Image below |
Can you perhaps just post the lines of the description where you see the actual failure? (and replace all the non \n text with something else?) with
does that look like your error? (this is invalid syntax for ical -> meaning not parsing it is correct in this case, we work around with appending a space for every \n that is in the beginning of a line) |
Example...
... will only parse "Do " from the description because node-ical interprets the newline as the start of a new field
The text was updated successfully, but these errors were encountered: