From 9cc128b5790437bacbda839d8ea49bd7f74ee118 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Aug 2017 16:52:03 -0700 Subject: LaTeX reader: Set identifiers on Spans used for \label. --- test/command/refs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/command/refs.md b/test/command/refs.md index 78af1ebdd..66959e5c3 100644 --- a/test/command/refs.md +++ b/test/command/refs.md @@ -50,5 +50,5 @@ Figure \ref{fig:Logo} illustrated the SVG logo % pandoc -f latex -t native \label{section} Section \ref{section} ^D -[Para [Span ("",[],[("label","section")]) [Str "[section]"],Space,Str "Section",Space,Link ("",[],[("reference-type","ref"),("reference","section")]) [Str "[section]"] ("#section","")]] +[Para [Span ("section",[],[("label","section")]) [Str "[section]"],Space,Str "Section",Space,Link ("",[],[("reference-type","ref"),("reference","section")]) [Str "[section]"] ("#section","")]] ``` -- cgit v1.2.3