aboutsummaryrefslogtreecommitdiff
path: root/test/command/10281.md
AgeCommit message (Collapse)Author
2024-10-13RST reader: Use a new one-pass parsing strategy.John MacFarlane
Instead of having an initial pass where we collect reference definitions, we create links with target `##SUBST##something` or `##REF##something` or `##NOTE##something`, and resolve these in a pass over the parsed AST. This allows us to handle link references that are not at the top level. Closes #10281.