pandoc-3.10: test/command/9366.md
```
% pandoc -f native -t latex
[ Para
[ Strikeout
[ Link
( "" , [] , [] )
[ Str "Example" ]
( "https://example.com" , "" )
]
]
, Para
[ Strikeout
[ Link
( "" , [] , [] )
[ Str "https://example.com" ]
( "https://example.com" , "" )
]
]
, Para
[ Strikeout
[ Link
( "" , [] , [] )
[ Str "info@example.com" ]
( "mailto:info@example.com" , "" )
]
]
]
^D
\st{\mbox{\href{https://example.com}{Example}}}
\st{\mbox{\url{https://example.com}}}
\st{\mbox{\href{mailto:info@example.com}{\nolinkurl{info@example.com}}}}
```