Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown input: parentheses disappear from URIs (1.11) #786

Closed
eisenstatdavid opened this issue Mar 13, 2013 · 1 comment
Closed

markdown input: parentheses disappear from URIs (1.11) #786

eisenstatdavid opened this issue Mar 13, 2013 · 1 comment

Comments

@eisenstatdavid
Copy link

This is a regression from previous versions.

$ pandoc  
[url](http://example.com/with_(parentheses))
<p><a href="http://example.com/with_parentheses">url</a></p>

$ pandoc -t markdown
[url](http://example.com/with_(parentheses))
[url](http://example.com/with_parentheses)

$ pandoc --version 
pandoc 1.11
Compiled with citeproc-hs 0.3.8, texmath 0.6.1.3, highlighting-kate 0.5.3.8.
Syntax highlighting is supported for the following languages:
    actionscript, ada, apache, asn1, asp, awk, bash, bibtex, boo, c, changelog,
    clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css, curry, d,
    diff, djangotemplate, doxygen, doxygenlua, dtd, eiffel, email, erlang,
    fortran, fsharp, gnuassembler, go, haskell, haxe, html, ini, java, javadoc,
    javascript, json, jsp, julia, latex, lex, literatecurry, literatehaskell,
    lua, makefile, mandoc, matlab, maxima, metafont, mips, modula2, modula3,
    monobasic, nasm, noweb, objectivec, objectivecpp, ocaml, octave, pascal,
    perl, php, pike, postscript, prolog, python, r, relaxngcompact, rhtml, ruby,
    rust, scala, scheme, sci, sed, sgml, sql, sqlmysql, sqlpostgresql, tcl,
    texinfo, verilog, vhdl, xml, xorg, xslt, xul, yacc, yaml
Default user data directory: /home/david/.pandoc
Copyright (C) 2006-2013 John MacFarlane
Web:  http://johnmacfarlane.net/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.
@jgm jgm closed this as completed in db3d411 Mar 14, 2013
@jgm
Copy link
Owner

jgm commented Mar 14, 2013

Thanks for pointing this out. That's a bad one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants