aboutsummaryrefslogtreecommitdiff
path: root/test/command/7278.md
AgeCommit message (Collapse)Author
2025-03-15Update tests for previous commit (protecting phantomsection).John MacFarlane
2023-08-26LaTeX writer link/target improvements.John MacFarlane
+ Use `\phantomsection` and `\label` instead of `\hypertarget`. + Use `\hyperref` for LaTeX internal links, `\hyperlink` for beamer (since `\hyperref` doesn't seem to work). Closes #9022.
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane
A block will be rendered as an exampleblock if the heading has class `example` and alertblock if it has class `alert`. Closes #7278.