What steps will reproduce the problem?
1. echo '<code>test</code>' | pandoc -f html -t latex
2. echo '<tt>test</tt>' | pandoc -f html -t latex
3. echo '<code>test</code>' | pandoc -f html -t man
What is the expected output? What do you see instead?
1. \verb!test!
This is right. It could also be \texttt{test}
2. test
The HTML-tag <tt> is ignored. Expected output: same as 1.
3. \f[B]test\f[]
This is wrong, bold is not monospace. Expected output is one of:
\fCtest\fP
\f[C]test\f[]
.fam C
test
.fam
What version of the product are you using? On what operating system?
pandoc 1.5.1.1
Please provide any additional information below.
See http://www.gnu.org/software/groff/manual/html_node/Font-Families.html
Original issue reported on code.google.com by siehea...@googlemail.com on 14 Jul 2010 at 10:40
Original issue reported on code.google.com by
siehea...@googlemail.com
on 14 Jul 2010 at 10:40