aboutsummaryrefslogtreecommitdiff
path: root/test/command/rst_block_subst.md
AgeCommit message (Collapse)Author
2025-09-15RST reader: parse `:alt:` on figure.John MacFarlane
Also give a better default if `alt` is not specified, using the stringified caption rather than the filename. Partially addresses #11140. Add failing test case for Markdown writer issue in #11140.
2024-10-17Fix typo in test case.John MacFarlane
2024-10-16RST reader: handle block level substitutions.John MacFarlane