How can I write two separate blockquotes in sequence using markdown?

后端 未结 7 673
滥情空心
滥情空心 2021-02-01 00:25

I need to place two blockquotes in sequence, however markdown combines them into a single blockquote. The only way I can get them to separate is placing some junk text between t

7条回答
  •  我在风中等你
    2021-02-01 01:08

    An empty header, #, followed by a space also works.

    > Hello World
    
    # 
    
    > Goodbye world
    

    Unfortunately it isn't much better than But I kind of like it more, and use it.

提交回复
热议问题