aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-24 14:47:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-24 14:47:00 -0800
commit7726b69cd351b890b299402450f8d14747f0898a (patch)
tree0a206322032a3eea087b8b02649420aacffdd678 /test
parent6072bdcec95df9f537b22fb7df4a5f8ea7958189 (diff)
downloadpandoc-7726b69cd351b890b299402450f8d14747f0898a.tar.gz
LaTeX reader: omit visible content for `\label{...}`.
Previously we included the text of the label in square brackets, but this is undesirable in many cases. See discussion in <https://github.com/jgm/pandoc/issues/813#issuecomment-978232426>.
Diffstat (limited to 'test')
-rw-r--r--test/command/refs.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/command/refs.md b/test/command/refs.md
index 34e51d219..c6457be4c 100644
--- a/test/command/refs.md
+++ b/test/command/refs.md
@@ -287,9 +287,7 @@ Figure \ref{fig:Logo3} illustrated the SVG logo
\label{section} Section \ref{section}
^D
[ Para
- [ Span
- ( "section" , [] , [ ( "label" , "section" ) ] )
- [ Str "[section]" ]
+ [ Span ( "section" , [] , [ ( "label" , "section" ) ] ) []
, Space
, Str "Section"
, Space