summaryrefslogtreecommitdiff
path: root/test/command/lists-inside-definition.md
AgeCommit message (Collapse)Author
2023-10-28Shared: improve isTightList...John MacFarlane
so that it recognizes an item containing only a list which is itself tight as potentially an item in a tight list. Closes #9161.
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane
When a list occurs at the beginning of a definition list definition, it can start on the same line as the label, which looks bad. Fix that by starting such lists with an `\item[]`.