How does one creates definition lists in markdown? For instance, how to translate the following to Markdown: ``` #' \describe{ #' \item{Pear}{Green fruit} #' \item{Banana}{Yellow fruit} #' } ``` Unfortunately, the Markdown vignette doesn't mention these types of list.