ตามที่ระบุโดย @AlexDupuy ในความคิดเห็นรายการคำนิยามสามารถใช้สำหรับสิ่งนี้
ตัวประมวลผลมาร์กอัปทั้งหมดไม่ได้รับการรองรับ แต่มีให้ใช้อย่างกว้างขวาง: คู่มือการทำเครื่องหมาย - รายการคำนิยาม
Term 1
: definition 1
: definition 2
Term 2
: definition 1
: definition 2
แสดงผลเป็น (html):
<dl>
<dt>Term 1</dt>
<dd>definition 1</dd>
<dd>definition 2</dd>
<dt>Term 2</dt>
<dd>definition 1</dd>
<dd>definition 2</dd>
</dl>
โดยทั่วไปแล้วการDT
แสดงผลในรูปแบบหัวเรื่องและแต่ละรายการDD
จะแสดงผลเป็นข้อความที่เยื้องด้านล่างนี้
หากคุณไม่ต้องการหัวเรื่อง / คำเพียงใช้ช่องว่างแบบไม่แทนที่คำนิยาม:
: This is the text that I want indented. All text on the same line as the preceding colon will be included in this definition.
: If you include a second definition you'll get a new line; potentially separated by a space. <br />Some inline HTML may be supported within this too, allowing you to create new lines without spaces.
: Support for other markdown syntax varies; e.g. we can add a bullet list, but each one's wrapped in a separate definition term, so the spacing may be out.
: - item 1
: - item 2
: - item 3
คุณสามารถดูสิ่งนี้ได้โดยการคัดลอกตัวอย่างข้างต้นไปยังไซต์นี้: Stack Edit Markdown Editor