What steps will reproduce the problem?
mediawikiString = "Simple test of a this {{conversion|feature}} and seems to
have a problem"
WikiModel wikiModel = new WikiModel("http://www.mywiki.com/wiki/${image}",
"http://www.mywiki.com/wiki/${title}");
return wikiModel.render(new PlainTextConverter(), mediawikiString);
What is the expected output? What do you see instead?
I expect to see:
Simple test of a this feature and seems to have a problem
And instead I see:
Simple test of a this {{conversion}} and seems to have a problem
What version of the product are you using? On what operating system?
Latest, latest
Thanks!
Original issue reported on code.google.com by joroi...@gmail.com on 8 Nov 2013 at 5:41
Original issue reported on code.google.com by
joroi...@gmail.com
on 8 Nov 2013 at 5:41