How to indent a few lines in Markdown markup?

后端 未结 22 735
予麋鹿
予麋鹿 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:12

    Suprisingly nobody came up with the idea of just using a div with paddingyet, so here you go:

    My text

提交回复
热议问题