about summary refs log tree commit diff
path: root/tests/rustdoc-ui/multi-par-footnote.stdout
AgeCommit message (Collapse)AuthorLines
2025-04-09rustdoc: Enable Markdown extensions when looking for doctestsNoah Lev-0/+5
We should enable these to avoid misinterpreting uses of the extended syntax as code blocks. This happens in practice with multi-paragraph footnotes, as discovered in #139064.