aboutsummaryrefslogtreecommitdiff
path: root/test/command/7623.md
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+12
This affects math with unbalanced brackets (e.g. `$(0,1]$`) inside links, images, bracketed spans. Closes #7623.