question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't parse list items without new line

See original GitHub issue

Description

List items with multiple lines and without new line not working.

- a
  b
  c
- d
  e
  f

Expected behavior:

  • a b c
  • d e f

Actual behavior:

- a b c
- d e f

Versions

  • Mark Text: all
  • OS: all

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
Jocscommented, Apr 20, 2018

@fxha It’s finally resolved with the new feature hard and soft line break.

0reactions
Jocscommented, Mar 31, 2018

@fxha Yes, It’s really a bug, Maybe it will be fixed with the new feature support raw html in Mart Text.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove '\n' from end of strings inside a list? [duplicate]
I've tried rstrip() and strip() but I am still unable to remove the \n from the string. Can I have help removing it?...
Read more >
How to remove newlines from a string in Python 3?
Strip newlines / line breaks from a Python string. In this post, we will outline three methods that you can use to delete...
Read more >
Python: How to Print Without Newline? - STechies
How to print without newline or add space in Python3 and Python2. ... Here, a for loop iterated over list items to print...
Read more >
Handle line breaks (newlines) in Python - nkmk note
This article describes how to handle strings including line breaks (line feeds, new lines) in Python. Create a string containing line breaks.
Read more >
When a Line Doesn't Break - CSS-Tricks
When the page is being parsed, the parser sees this list as one long word because, from its perspective, there are no characters...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found