Project

plainwiki

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem provides a parser that strips out MediaWiki' s wikitext to plain text. Not affliated with Wikimedia or MediaWiki in any way.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

plainwiki - A MediaWiki wikitext to plain text parser gem¶ ↑

Installation¶ ↑

In your Gemfile, add line:

gem 'plainwiki'

and run:

bundle install

Alternatively, you can manually install the gem:

gem install plainwiki

Usage¶ ↑

PlainWiki::Parser.parse(wikitext) => plain text

Enjoy!