How to indent a few lines in Markdown markup?

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

    For completeness, the deeper bulleted lists:

    Nested deeper levels: ---- leave here an empty row * first level A item - no space in front the bullet character * second level Aa item - 1 space is enough * third level Aaa item - 5 spaces min * second level Ab item - 4 spaces possible too * first level B item

    Nested deeper levels:

    • first level A item - no space in front the bullet character
      • second level Aa item - 1 space is enough
        • third level Aaa item - 5 spaces min
      • second level Ab item - 4 spaces possible too
    • first level B item

      Nested deeper levels:
       ...Skip a line and indent eight spaces. (as said in the editor-help, just on this page)
      * first level A item - no space in front the bullet character
       * second level Aa item - 1 space is enough
           * third level Aaa item - 5 spaces min
          * second level Ab item - 4 spaces possible too
      * first level B item
      
              And there
              could be even more
              such octets of spaces.
      

提交回复
热议问题