How to indent a few lines in Markdown markup?

后端 未结 22 728
予麋鹿
予麋鹿 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条回答
  •  Happy的楠姐
    2020-12-12 09:14

    On gitlab.com a single en space (U+2002) followed by a single em space (U+2003) works decently.

    Presumably other repetitions or combinations of not-exactly-accounted-for space characters would also suffice.

提交回复
热议问题