LaTeX reader: add 'uri' class when parsing \url.

Closes #7672.
This commit is contained in:
John MacFarlane
2021-11-07 21:08:20 -08:00
parent 881b45209e
commit cc46667953
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Software developers create \cicd pipelines to… Following issue can be resolved
, Note
[ Para
[ Link
( "" , [] , [] )
( "" , [ "uri" ] , [] )
[ Str "https://en.wikipedia.org/wiki/CI/CD" ]
( "https://en.wikipedia.org/wiki/CI/CD" , "" )
]
+2 -2
View File
@@ -4,7 +4,7 @@
^D
[ Para
[ Link
( "" , [] , [] )
( "" , [ "uri" ] , [] )
[ Str "http://example.com/foo%20bar.htm" ]
( "http://example.com/foo%20bar.htm" , "" )
]
@@ -17,7 +17,7 @@
^D
[ Para
[ Link
( "" , [] , [] )
( "" , [ "uri" ] , [] )
[ Str "http://example.com/foo{bar}.htm" ]
( "http://example.com/foo{bar}.htm" , "" )
]