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

Does not correctly parse Twiki links when noautolink tag in use #5889

Open
CameronNemo opened this issue Nov 9, 2019 · 0 comments
Open

Does not correctly parse Twiki links when noautolink tag in use #5889

CameronNemo opened this issue Nov 9, 2019 · 0 comments

Comments

@CameronNemo
Copy link

Version output:

pandoc 2.7.3
Compiled with pandoc-types 1.17.5.4, texmath 0.11.2.2, skylighting 0.8.1
Default user data directory: /Users/cameronnemo/.local/share/pandoc or /Users/cameronnemo/.pandoc
Copyright (C) 2006-2019 John MacFarlane
Web:  http://pandoc.org
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.

Example input:

[[https://ex.ka][ex ka]]

<noautolink>
[[https://exm.kal][exm kal]]
</noautolink>

Expected output:

[ex ka](https://ex.ka)

[exm kal](https://exm.kal)

Actual output:

[ex ka](https://ex.ka)

\[\[https://exm.kal\]\[exm kal\]\]

The noautolink tag should only affect automatic linking of PascalCase words to existing topics in Twiki. Pandoc probably does not know enough to resolve those anyway.

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

No branches or pull requests

2 participants