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

Unexpected character when converting from markdown+wikilinks_title_after_pipe #9481

Closed
riceissa opened this issue Feb 19, 2024 · 3 comments
Closed
Labels

Comments

@riceissa
Copy link

Explain the problem.

Here's a basic example. Pandoc seems to be having trouble parsing URLs:

$ echo "[a](https://example.com)" | pandoc -f markdown+wikilinks_title_after_pipe -t html
Error at (line 1, column 2):
unexpected 'a'
[a](https://example.com)
 ^

Using just -f markdown makes the problem go away.

Pandoc version?

pandoc 3.1.12.1 on Windows 10 in WSL2.

@riceissa riceissa added the bug label Feb 19, 2024
@jgm
Copy link
Owner

jgm commented Feb 19, 2024

Ouch. Yes, we need a try.

@jgm
Copy link
Owner

jgm commented Feb 19, 2024

This is a pandoc 3.1.12 regression.

@riceissa
Copy link
Author

riceissa commented Mar 2, 2024

Thank you for fixing it! I just downloaded pandoc 3.1.12.2 and it's working now and I haven't encountered any other regressions when building my website.

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

No branches or pull requests

2 participants