name: redcloth definition list
in: |-
here is a RedCloth definition list:
- yes := no
- no:=no
- maybe:= yes
html: |-
here is a RedCloth definition list:
- yes
- no
- no
- no
- maybe
- yes
---
name: with line breaks
in: |-
- term := you can have line breaks
just like other lists
- line-spanning
term := hey, slick!
html: |-
- term
- you can have line breaks
just like other lists
- line-spanning
term
- hey, slick!
---
name: double terms
in: |-
You can have multiple terms before a definition:
- textile
- fabric
- cloth := woven threads
html: |-
You can have multiple terms before a definition:
- textile
- fabric
- cloth
- woven threads
---
name: not a definition list
desc: a definition list with no definitions is not a definition list
in: |-
- textile
- fabric
- cloth
html: |-
- textile
- fabric
- cloth
---
name: long definition list
in: |-
here is a long definition
- some term :=
*sweet*
yes
ok =:
- regular term := no
html: |-
here is a long definition
- some term
sweet
yes
ok
- regular term
- no