How to add extra whitespace between section header and a paragraph

前端 未结 2 1477
青春惊慌失措
青春惊慌失措 2020-12-03 02:54

I want to have more space between the header and the paragraph and between the paragraphs. I doesn\'t want this to be a global setting but I want to use it where and when re

2条回答
  •  离开以前
    2020-12-03 03:18

    You can use vertical bars at the beginning of lines to produce blank lines in the output. Like this:

    Heading
    -------
    
    |
    |
    
    Paragraph with text.
    

提交回复
热议问题