crf / mediawiki-better-markdown
Package info
github.com/crf-cucs/mediawiki-github-markdown
Type:mediawiki-extension
pkg:composer/crf/mediawiki-better-markdown
Requires
- composer/installers: >=1.0.1
- erusev/parsedown: ^1.6
This package is not auto-updated.
Last update: 2026-03-29 12:41:16 UTC
README
This MediaWiki extension enables GitHub markdown on MediaWiki, using https://github.com/erusev/parsedown and MediaWiki's PreProcessor hook.
This extension is designed to make it easier for users to edit. While MediaWiki does have a robust Markdown language, many people are more comfortable with the Markdown used on GitHub/StackOverflow. Keeping track of two different types of Markdown can be annoying.
Compatibility
This extension is compatible with MediaWiki style markdown. However, GitHub-style markdown will always take precedence as it is parsed first.