Home  >  Q&A  >  body text

How to maintain indentation in R markdown?

I am using R markdown to create an html document. I have many numbered points that are automatically indented. I want to be able to add a new paragraph below the numbered point but still indent the paragraph so that it aligns with the numbered point. How can I do this? If you look at my image, you'll see that when I take a new paragraph, the text moves further to the left. The following points are still part of point 14, but I just need to put them in a new paragraph. Thanks

P粉283559033P粉283559033236 days ago353

reply all(1)I'll reply

  • P粉145543872

    P粉1455438722024-02-26 12:52:22

    Just as jkatam 简洁 says, "try to give space".

    original price:

    The standard Lorem Ipsum passage, used since the 1500s - *"The pain itself is important, the education is followed, but at the same time it happens that some great work and pain. For to come to the bottom, who does not practice any work except that some benefit can be obtained from it."* *"Doesn't be angry with pain in reprimanding, in pleasure it wants to be a feather in pain, let no one give birth. Unless they are blinded by desire, they do not come out, they are in fault who abandon their duties, the soul softens that is toils."* And something else not in the bullet-list.
     format HTML:

    rendering use

    rmarkdown::render("doc.md", output_file = "doc.html", output_format = "html_document")
    

    reply
    0
  • Cancelreply