Forem Creators and Builders 🌱

Discussion on: Join lines separated by one newline into one paragraph

Collapse
 
michaeltharrington profile image
Michael Tharrington • Edited

I'm a bit confused... I think you are saying that if I have one sentence and another sentence after it on a new line, like such:

This is a sentence.
This is another sentence.
Enter fullscreen mode Exit fullscreen mode

That these two sentences should be in the same paragraph like this:

"This is a sentence. This is another sentence."

Rather than like this:

"This is a sentence.
This is another sentence."

Is this correct?

Collapse
 
siddharthshyniben profile image
Siddharth

Yes, exactly. That's how markdown works

Collapse
 
michaeltharrington profile image
Michael Tharrington • Edited

Gotcha! That's what's up good to understand where you're coming from here.

While what you're saying makes sense to me, this request kind of goes against the grain as many other requests that we're seeing are pushing for us to make our editor less Markdown-centered and more WYSIWYG.

We'll definitely take this into account either way though! Appreciate the request and thanks for helping to clarify.