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

Fix broken vimwiki links in pandoc #5

Open
ajkavanagh opened this issue Feb 14, 2021 · 0 comments
Open

Fix broken vimwiki links in pandoc #5

ajkavanagh opened this issue Feb 14, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ajkavanagh
Copy link
Owner

So to workaround a missing feature of Pandoc's markdown reader, I implemented a post converter that took text like [[link]] and converted it to a link.

However, the markdown reader converts [[actual-recognisable-link]] into '[[', Link(...), ']]' which breaks my converter.

What really needs to happen is that the Pandoc markdown reader grow the ability to handle a vimwiki link and thus I won't need my post document pandoc processor to convert the str to a link. It seems like the better solution.

@ajkavanagh ajkavanagh added bug Something isn't working enhancement New feature or request labels Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant