-
Notifications
You must be signed in to change notification settings - Fork 13
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
Inline tags strips newline outside of tags #28
Comments
Hi @weinis, thank you for submitting this and my apologies for the (super) late reply. Regarding the end of line issue: The task is currently using It is supposed to take into account the current linefeed and build replace blocks with it. The fact that it is not happening on your side makes me wonder what encoding and linefeed chars your code is using and what machine type (OS/version) is running the task. Would be able to provide some detail on this? |
Centos7 Running
|
Thank you. It does not look like I ever implemented the
If that does not work, would you:
|
When attempting to strip a portion of a line using inline tagging, the newline is also stripped. This happens even if trailing white space is added at the end of the line
Example:
will result in:
I would expect:
The text was updated successfully, but these errors were encountered: