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
Hello I have the following Problem. I receive an input that looks like this pattern:
TOPIC -**NAME:** test -**TIMESTAMP:** 11:00pm
-**NAME:** abc -**TIMESTAMP:** 09:00pm
The problem is taht the Component gives me the following result:
But i would expect that there is a new line between the list items like
Any ideas how to achieve this or ways to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I have the following Problem. I receive an input that looks like this pattern:
TOPIC
-**NAME:** test
-**TIMESTAMP:** 11:00pm
-**NAME:** abc
-**TIMESTAMP:** 09:00pm
The problem is taht the Component gives me the following result:
But i would expect that there is a new line between the list items like
//NEW LINE
Any ideas how to achieve this or ways to fix it?
The text was updated successfully, but these errors were encountered: