Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

mdpress:90:in render': private method render' called for #<RedcarpetCompat:0x00000002cf7810> (NoMethodError) #41

Open
phokz opened this issue Apr 17, 2015 · 3 comments

Comments

@phokz
Copy link

phokz commented Apr 17, 2015

Hi,
it seems it does not work with current redcarpet. As a workaround, I have installed redcarpet 3.1.2 manually and it works.

I'll try to make a fix later.

Best regards
Josef

@sils
Copy link

sils commented May 31, 2015

same here, how can I install that manually?

@victoryxs
Copy link

first, use gem uninstall redcarpet --v=3.3.2 command to delete redcarpet3.3.2 , then use gem install redcarpet -v 3.1.2 command to install redcarpet3.1.2

@shenjiefeng
Copy link

Thanks @victoryxs .
with your advice, this error was solved.

In addition, Maybe gem uninstall parameter '--v' should modify as '--version' according to real version.
In my computer:

$ sudo gem uninstall redcarpet --v=3.3.2
ERROR:  While executing gem ... (OptionParser::AmbiguousOption)
    ambiguous option: --v=3.3.2
$ redcarpet --version
Redcarpet 3.3.3
$ sudo gem uninstall redcarpet --v=3.3.3
ERROR:  While executing gem ... (OptionParser::AmbiguousOption)
    ambiguous option: --v=3.3.3
$ sudo gem uninstall redcarpet --version=3.3.3
...
$ sudo gem install redcarpet -v 3.1.2
...
successful.

hendrikb added a commit to hendrikb/know_your_tools that referenced this issue Jan 19, 2016
... since there is a newer version that triggers a bug in mdpress. See egonSchiele/mdpress#41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants