Is it possible to write a new line (NOT a paragraph) in the Bitbucket markdown?
Two new lines in the source creates one new paragraph. I only want a new line. And I don't want to use a code block.
Is it possible to write a new line (NOT a paragraph) in the Bitbucket markdown?
Two new lines in the source creates one new paragraph. I only want a new line. And I don't want to use a code block.
On Github,
<p>
and<br/>
solves the problem.<p>
I want to this to appear in a new line. Introduces extra line aboveor
<br/>
another wayIt's now possible to add a forced line break
with two blank spaces at the end of the line:
will be formatted as:
line1
line2
It's possible, as addressed in Issue #7396: