Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

MediaWiki bold-italics are not parsed properly by Pandoc #3

Description

@jshtab

This markup renders incorrectly, in comparison to minecraft.wiki

These are the mutually-supported extensions. Client must now send '''''ExtInfo'''''
packet of its own, followed by a list of zero or more client-supported extensions.
After sending the last of '''''ExtEntry''''' packets, client should activate all
mutually-supported extensions and resume normal login procedure.
cpe-wg (incorrect) minecraft.wiki (correct)
Image Image

This appears to be an issue with pandoc's mediawiki reader, and in general, wikitext parsers have a lot of quirks and only MediaWiki itself is capable of rendering wikitext with complete parity.

Things to experiment with:

  • Replacing all of the bold-italics (''''') with just bold (''')
  • Converting the mediawiki markup to Creole which uses (//**) for italic bold, which should be understood by Pandoc more correctly
  • Converting the mediawiki markup to Pandoc or GitHub flavor Markdown

Metadata

Metadata

Assignees

Labels

HTMLIssue with the HTML rendering of the specificationworkaroundFixed with, or would require a workaround or bypass to avoid the issue.

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions