Skip to main content



      Home
Home » Eclipse Projects » Mylyn » Ant wikitext-to-html table defect?(I cannot seem to mark up text in a wikitext table using mylin correctly.)
Ant wikitext-to-html table defect? [message #657591] Thu, 03 March 2011 06:50 Go to next message
Eclipse UserFriend
I am using the mylin ant wikitext-to-html task with the MediaWiki language. I need to put several filesystem paths in a table cell, so I have been trying to use bullet points to clearly separate them. However it has not produced the result I wanted.

The code below demonstrates the problem I am having.
Input markup:

{| border="1"
|*Test
*Test
|}


Output:

<table border="1"><tr><td>*Test</td></tr></table>


Desired result:

<table border="1"><tr><td><ul><li>Test</li><li>Test</li></ul></td></tr></table>


I believe the markup I use displays as I intended in wikipedia, though I realise this doesn't necessarily mean it should display the same way using mylin. I don't mind if I don't use bullets, as long as I can put the paths on separate lines. I have tried using <br />, various whitespace, and internal tables amongst others, none of which work as I expected.

I am new to the wikitext-to-html task, but I have tried to use the docs at
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. mylyn.wikitext.help.ui/help/Mylyn%20WikiText%20User%20Guide. html
and
http://www.mediawiki.org/wiki/Help:Tables
but these have not been very helpful.

Thank you for your help.
Re: Ant wikitext-to-html table defect? [message #657748 is a reply to message #657591] Thu, 03 March 2011 15:02 Go to previous message
Eclipse UserFriend
This sounds like a bug to me. Please file a defect
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mylyn%20 Docs&component=Wikitext

David

On 3/3/2011 3:50 AM, mylindefect@hotmail.com wrote:
> I am using the mylin ant wikitext-to-html task with the MediaWiki
> language. I need to put several filesystem paths in a table cell, so I
> have been trying to use bullet points to clearly separate them. However
> it has not produced the result I wanted.
>
> The code below demonstrates the problem I am having.
> Input markup:
>
>
> {| border="1"
> |*Test
> *Test
> |}
>
>
> Output:
>
> <table border="1"><tr><td>*Test</td></tr></table>
>
> Desired result:
>
> <table
> border="1"><tr><td><ul><li>Test</li><li>Test</li></ul ></td></tr></table>
>
> I believe the markup I use displays as I intended in wikipedia, though I
> realise this doesn't necessarily mean it should display the same way
> using mylin. I don't mind if I don't use bullets, as long as I can put
> the paths on separate lines. I have tried using <br />, various
> whitespace, and internal tables amongst others, none of which work as I
> expected.
>
> I am new to the wikitext-to-html task, but I have tried to use the docs at
> http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. mylyn.wikitext.help.ui/help/Mylyn%20WikiText%20User%20Guide. html
>
> and
> http://www.mediawiki.org/wiki/Help:Tables
> but these have not been very helpful.
>
> Thank you for your help.
Previous Topic:accessing Trac on a project hosted on Sourceforge
Next Topic:How do you have contexts open and close projects?
Goto Forum:
  


Current Time: Tue Jun 24 07:06:56 EDT 2025

Powered by FUDForum. Page generated in 0.25033 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top