What do you think to contribute to the Wikipedia project using markdown format?
markpedia
Wikipedia in Markdown format:
- clone the project github.com/rognoni/markpedia
- create a new MediaWiki markup file, for example wiki/Anti-pattern.wiki
- execute the command
pandoc -s Anti-pattern.wiki -o Anti-pattern.md
- edit style and content, for example add
.md
extension to the wiki-links - update data/redirects.json and FIX the wiki-links
- add footer
- push and browse https://raw.githubusercontent.com/rognoni/markpedia/master/wiki/Anti-pattern.md
- make a pull request
Content Rules
- informatics articles in english language
- convert and update existing articles
- create new articles following the Wikipedia naming conventions (capitalize, underscores)
Top comments (0)