How to add new line in Markdown presentation?

前端 未结 10 1294
旧巷少年郎
旧巷少年郎 2020-12-07 12:41

How to add new line in Markdown presentation?

I mean, something like \\newline in TeX.

10条回答
  •  伪装坚强ぢ
    2020-12-07 13:36

    If none of the solutions mentions here work for you, which is what happened with me, then you can do the following: Add an empty header (A hack that ruins semantics)

    text
    ####
    text
    

    Just make sure that when the header is added it has no border in bottom of it in the markdown css, so you can try different variations of the headers.

提交回复
热议问题