How to write one new line in Bitbucket markdown?

前端 未结 5 2271
盖世英雄少女心
盖世英雄少女心 2020-12-23 00:03

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

5条回答
  •  爱一瞬间的悲伤
    2020-12-23 00:59

    Feb 3rd 2020:

    • Atlassian Bitbucket v5.8.3 local installation.
    • I wanted to add a new line around an horizontal line. --- did produce the line, but I could not get new lines to work with suggestions above.
    • note: I did not want to use the [space][space] suggestion, since my editor removes trailing spaces on save, and I like this feature on.

    I ended up doing this:

    TEXT...
    


    TEXT...

    Resulting in:

    TEXT...
    
    ----------------- AN HORIZONTAL LINE ----------------
    
    TEXT...
    

提交回复
热议问题