Can't parse list items without new line
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@fxha It’s finally resolved with the new feature
hard and soft line break
.@fxha Yes, It’s really a bug, Maybe it will be fixed with the new feature
support raw html in Mart Text
.