Bug#810981: pandoc: Incorrect bug in Textile to Markdown conversion
Paul Menzel
paul.menzel at giantmonkey.de
Thu Jan 14 13:54:25 UTC 2016
Package: pandoc
Version: 1.12.4.2~dfsg-1+b13
Severity: normal
Tags: fixed-upstream
Dear Debian folks,
using Pandoc 1.12.4.2~dfsg-1+b13, I noticed that the following text
marked up with Textile is not converted to Markdown (any flavor)
correctly.
```
$ more textile.txt
*„test“*
“test”
$ pandoc -o markdown_strict.txt --from textile --to markdown_strict textile.txt
$ more markdown_strict.txt
\*„test“\*
“test”
```
The first line is incorrect and it should be as below instead.
```
**„test“**
“test”
```
Using Pandoc’s online demo [1], it seems to be fixed in Pandoc 1.16.0.2.
Thanks,
Paul
[1] http://pandoc.org/try/?text=*%E2%80%9Etest%E2%80%9C*%0A%0A%E2%80%9Ctest%E2%80%9D&from=textile&to=markdown_strict
-- System Information:
Debian Release: 8.2
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.3.0-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages pandoc depends on:
ii libc6 2.19-18+deb8u2
ii libffi6 3.1-2+b2
ii libgmp10 2:6.0.0+dfsg-6
ii libicu52 52.1-8+deb8u3
ii liblua5.1-0 5.1.5-7.1
ii libpcre3 2:8.35-3.3+deb8u2
ii libyaml-0-2 0.1.6-3
ii pandoc-data 1.12.4.2~dfsg-1
ii zlib1g 1:1.2.8.dfsg-2+b1
pandoc recommends no packages.
Versions of packages pandoc suggests:
pn etoolbox <none>
pn pandoc-citeproc <none>
ii texlive-latex-recommended 2014.20141024-2
ii texlive-luatex 2014.20141024-2
ii texlive-xetex 2014.20141024-2
-- no debconf information
--
GPG-Schlüssel: 33623E9B
Fingerabdruck = 0EB1 649D 4361 D04F 3C70 6F71 4DD7 BF75 3362 3E9B
Giant Monkey Software Engineering GmbH
Brunnenstr. 7D
10119 Berlin Mitte
Geschäftsführer Adrian Fuhrmann, Lion Vollnhals und Paul Menzel
USt-IdNr.: DE281524720
HRB 139495 B Amtsgericht Charlottenburg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20160114/6f9aa8cd/attachment.sig>
More information about the Pkg-haskell-maintainers
mailing list