Seperti yang ditunjukkan oleh @AlexDupuy dalam komentar, daftar definisi dapat digunakan untuk ini.
Ini tidak didukung oleh semua prosesor penurunan harga, tetapi tersedia secara luas: Panduan Penurunan Harga - Daftar Definisi
Term 1
: definition 1
: definition 2
Term 2
: definition 1
: definition 2
Render sebagai (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>
Biasanya DT
dirender dalam format seperti judul, dan masing-masing DD
diberikan sebagai teks berlekuk di bawah ini.
Jika Anda tidak menginginkan tajuk / istilah, cukup gunakan ruang yang tidak melanggar sebagai pengganti istilah definisi:
: 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
Anda dapat melihat ini dalam tindakan dengan menyalin-menempelkan contoh di atas ke situs ini: Stack Edit Markdown Editor