อย่างถูกต้องทำเครื่องหมายเพื่อสร้างขึ้นหลายรอบการรายชื่ออยู่ในที่เดียวกับรายชื่อรายการ

0

คำถาม

ใน GitHub .md แฟ้ม,ฉันพยายามจะเขียมพล่ามคำเชยๆออกมาไม่หยุดของ:

<ul>
  <li>This is a list item</li>
  
  <li>This is also a list item
  
    <ul>
      <li>...containing a sublist</li>
      <li>with two items.</li>
    </ul>
    
    and then...
    
    <ul>
      <li>another sublist</li>
      <li>which also has two items</li>
    </ul>
  </li>
  
  <li>This is a third list item</li>
</ul>

ฉันพยายามหลายในการเต้นบน:

 - This is a list item
 - This is also a list item
   - ...containing a sublist
   - with two items.
 
   and then...
 
   - another sublist
   - which also has two items
  - This is a third list item

แต่ฉันยังไม่ใช่ตอนเจอวิธีที่จะเรียบร้อยแล้รังหลายแยกออก unordered รายการภายในหนึ่ unordered รายชื่อรายการ.

ยังไงฉันควรจะมาร์คตื่นสาย and then... ดังนั้นมัน(และทุกเส้นหลังจาก)renders อย่างถูกต้องใน GitHub-รุ markdown?

1

คำตอบที่ดีที่สุด

-1

คุณสามารถใช้กระสุนปลอมรายชื่อเพื่อประสบความสำเร็จในส่วนี้ คุณสามารถสร้างพวกมันใช้คนที่ไม่ใช่ทำลางช่องว่างและเป็น⦁(Z เครื่องหมายไว้ที่ปฎิทินจุด)แท้ของคุณออกมา

 - This is a list item
 - This is also a list item&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;⦁&nbsp;&nbsp;...containing a sublist&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;⦁&nbsp;&nbsp;with two items.
 
   and then...
 
&nbsp;&nbsp;&nbsp;⦁&nbsp;&nbsp;another sublist&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;⦁&nbsp;&nbsp;which also has two items
 - This is a third list item

ผลลัพธ์:

  • นี่คือรายชื่อรายการ

  • นี่มันยังเป็นรายชื่อรายการ
    ⦁...ที่บรรจุเป็น sublist
    ⦁กับสองรายการ.

    และจากนั้น...

    ⦁อีก sublist
    ⦁ซึ่งก็ยังคงมีสองรายการ

  • นี่เป็นครั้งที่สามรายชื่อรายการ

2021-11-23 21:10:43

ขอบคุณ@TamásSengel-ซึ้งมากๆ
Rounin

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................

ดังอยู่ในนี้หมวดหมู่

ดังคำถามอยู่ในนี้หมวดหมู่