You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
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)
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
This markup renders incorrectly, in comparison to minecraft.wiki
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:
''''') with just bold (''')Converting the mediawiki markup to Creole which uses (//**) for italic bold, which should be understood by Pandoc more correctlyConverting the mediawiki markup to Pandoc or GitHub flavor Markdown