Markdown2Wiki
A simple Monkey patch of String
to convert Markdown to Wiki.
Instalation
Add this line to your application's Gemfile:
gem 'recipe_crawler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install recipe_crawler
Usage
require "markdown2wiki"
markdown = "Hello, [Markdown2Wiki](https://github.com/madeindjs/markdown2wiki) is ~good~ **anwesome** *(and it's written in `Ruby`)*."
puts markdown.markdown_to_wiki
Know bug
Markdown2wiki will try t convert markdown tag in code tag. Don't hesitate to pull request on this bug.
TODO