Skip to content

MediaWiki reader disagrees with MediaWiki proper on emphasis of possessive trailing quotes #10761

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

Open
silby opened this issue Apr 6, 2025 · 1 comment
Labels

Comments

@silby
Copy link
Contributor

silby commented Apr 6, 2025

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.

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?

@silby silby added the bug label Apr 6, 2025
@jgm
Copy link
Owner

jgm commented Apr 7, 2025

In principle it should be fixed.

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