How to indent a few lines in Markdown markup?

后端 未结 22 725
予麋鹿
予麋鹿 2020-12-12 08:42

I want to write a few lines of text. They should be formatted normally except each line should start at the 6th column. I.e. I don\'t want the code block formatting rule to

22条回答
  •  春和景丽
    2020-12-12 09:15

    If you're working with bullet points, try this:

    • Coffee
    • Tea
      • Black tea
      • Green tea
    • Milk

    This is the method I use when styling markdown.

提交回复
热议问题