demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

pandoc --strict html output mangles mailto text #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello John,

Pandoc is excellent, thanks very kindly!

A minor issue: the mail address mangling is nice however
under --strict it the encoding for the visible text is
not correct.

What steps will reproduce the problem?

test.md
>>>
contact [us][1] for details

  [1]: mailto:us@our.com
<<<

$ pandoc --strict test.md > test.html

What is the expected output? What do you see instead?

expected: contact us for details

received: contact &#x75;&#x73; for details

What version of the product are you using? On what operating system?

~$ pandoc --version
pandoc 0.4
Copyright (C) 2006 John MacFarlane
Web:  http://sophos.berkeley.edu/macfarlane/pandoc
This is free software; see the source for copying conditions.  There is no
warranty, not even for merchantability or fitness for a particular purpose.
~$ uname --all
Linux alice.localdomain 2.6.20-rt8 #1 PREEMPT Thu Mar 8 23:01:25 EST 2007
i686 i686 i386 GNU/Linux
~$ 

Original issue reported on code.google.com by rohan.dr...@gmail.com on 10 Mar 2007 at 10:26

GoogleCodeExporter commented 8 years ago
Fixed in r569.  Thanks for the bug report!

Original comment by fiddloso...@gmail.com on 11 Mar 2007 at 12:20