We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In the simplest case:
pandoc -t native -f mediawiki ''foo''' ^D [ Para [ Emph [ Str "foo" ] , Str "'" ] ]
but MediaWiki itself would want Emph [Str "foo'"], as can be seen in their regression test.
Emph [Str "foo'"]
I came across this while trying to port some of that test file to Pandoc tests, in service of fixing #3044.
Should this be fixed (in principle) in the MediaWiki reader or is this an accepted difference between Pandoc and MediaWiki?
The text was updated successfully, but these errors were encountered:
In principle it should be fixed.
Sorry, something went wrong.
No branches or pull requests
In the simplest case:
but MediaWiki itself would want
Emph [Str "foo'"]
, as can be seen in their regression test.I came across this while trying to port some of that test file to Pandoc tests, in service of fixing #3044.
Should this be fixed (in principle) in the MediaWiki reader or is this an accepted difference between Pandoc and MediaWiki?
The text was updated successfully, but these errors were encountered: