1 2 3 4 5 6 7 8 9 10 11 12 13 14
``` % pandoc -f html -t latex <a></a> <br/> ^D {}~\\ ``` ``` % pandoc -f html -t latex <a name="foo"></a><br/> ^D \protect\hypertarget{foo}{}{}~\\ ```