Line breaks in R Markdown text (not code blocks)

后端 未结 3 906
栀梦
栀梦 2021-02-02 14:00

Using the tufte_template rmarkdown file, I am trying to make a new paragraph (like \\newthought{}, but no caps.) I use two spaces, denoted here by *:



        
3条回答
  •  我在风中等你
    2021-02-02 14:24

    The best way I have found to add blank lines is:

    # First title
    




    # Second title with 5 blank spaces above it

    You can try this, hopefully it helps. I have tested in html_documents only, but presumably it would work in pdf as well.

提交回复
热议问题