Skip to content
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

New line in listings #550

Open
smtlmoel opened this issue Oct 17, 2024 · 0 comments
Open

New line in listings #550

smtlmoel opened this issue Oct 17, 2024 · 0 comments

Comments

@smtlmoel
Copy link

Hello I have the following Problem. I receive an input that looks like this pattern:

  1. TOPIC
    -**NAME:** test
    -**TIMESTAMP:** 11:00pm

    -**NAME:** abc
    -**TIMESTAMP:** 09:00pm

    The problem is taht the Component gives me the following result:

    1. TOPIC
      • NAME: test
      • TIMESTAMP: 11:00pm
      • NAME: abc
      • TIMESTAMP: 09:00pm

    But i would expect that there is a new line between the list items like

    1. TOPIC
      • NAME: test
      • TIMESTAMP: 11:00pm
        //NEW LINE
      • NAME: abc
      • TIMESTAMP: 09:00pm

    Any ideas how to achieve this or ways to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant