Like: ``` Question : Answer Question : Answer ``` Which renders to ``` <dl> <dt>Question</dt> <dd>Answer</dd> <dt>Question</dt> <dd>Answer</dd> </dl> ``` And visually > Question > Answer > Question > Answer
Like:
Which renders to
And visually