How to indent a few lines in Markdown markup?

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

    If you really must use tabs, and you don't mind the grey background-color and padding,

     tags might work (if supported):

    This        That        And             This
    That        This        And             That    
    
    This        That        And             This
    That        This        And             That    
    

提交回复
热议问题