Issue 150 in gwtwiki: Problem in converting MediaWiki text to Plain text

21 views
Skip to first unread message

gwt...@googlecode.com

unread,
Nov 8, 2013, 12:42:01 PM11/8/13
to bl...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 150 by joroi...@gmail.com: Problem in converting MediaWiki text
to Plain text
http://code.google.com/p/gwtwiki/issues/detail?id=150

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!


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

gwt...@googlecode.com

unread,
Nov 12, 2013, 1:52:55 PM11/12/13
to bl...@googlegroups.com

Comment #1 on issue 150 by axe...@gmail.com: Problem in converting
Have you crate your own IWikiModel class?
Did your IWikiModel#getRawWikiContent() method return the "conversion"
template raw sourcetext?
Reply all
Reply to author
Forward
0 new messages