aboutsummaryrefslogtreecommitdiff
path: root/test/command/5446.md
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15RST writer: treat Span as transparent.John MacFarlane1-0/+6
Previously an Emph inside a Span was being treated as nested markup and ignored. With this patch, the Span is just ignored. Closes #5446.