Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.2
-
None
Description
When you want to create a long paragraph, if you don't want to see line breaks appear in that paragraph, you have to write the whole paragraph on a single line. It's okay when within a textarea on a web page, but when writing wiki content within an IDE, for example, you have to scroll right and left to see the whole paragraph – unless your IDE supports some "soft wrap" mode.
The idea of this issue would be to create some syntax for skipping new lines, for example:
Some very long paragraph. ~
And another sentence.
Which would render exactly as:
Some very long paragraph. And another sentence.