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

Dokuwiki reader errors on single { chars #5416

Closed
garyvdm opened this issue Apr 1, 2019 · 1 comment · Fixed by #5417
Closed

Dokuwiki reader errors on single { chars #5416

garyvdm opened this issue Apr 1, 2019 · 1 comment · Fixed by #5417

Comments

@garyvdm
Copy link

garyvdm commented Apr 1, 2019

Dokuwiki allows for single { and } characters, and performs no translation on them.

pandoc -f dokuwiki errors when trying to read text with a single { character.

$ echo "hello {world}" | ~/.local/bin/pandoc -f dokuwiki

Error at "source" (line 1, column 7):
unexpected "w"
expecting "{{"
hello {world}
      ^

I would expect:

<p>hello {world}</p>
@garyvdm
Copy link
Author

garyvdm commented Apr 1, 2019

$ pandoc --version 
pandoc 2.7.1
Compiled with pandoc-types 1.17.5.4, texmath 0.11.2.2, skylighting 0.7.7

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

Successfully merging a pull request may close this issue.

1 participant