Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » WikiText: bc.. does not work?
WikiText: bc.. does not work? [message #480954] Wed, 19 August 2009 07:42 Go to next message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Hi,

I tried to render the following simple document in wikitext's preview
pane as well as in an Ant-generated HTML file, but for some reason the
"bc.."-tag does not work.

-------

h1(#id). An HTML first-level heading

Textile syntax is really simple. You can _emphasize_ text or *emphasize
it even more*.

h2. An HTML third-level heading

p. Here is some code:

bc..
package org.eclipse.workflow;

public class Workflow {

}

p. Here is a plain old paragraph. It needs to start with "p." to mark
the end of the code block above.

--------

The generated HTML for the blockquote looks like this:

<p>bc..<br/>package org.eclipse.workflow;</p><p>public class Workflow
{</p><p>}</p><p>Here is a plain old paragraph. It needs to start with
&#8220;p.&#8221; to mark the end of the code block above.</p>

I am using the Galileo-release of Eclipse.

Cheers,

Anders
Re: WikiText: bc.. does not work? [message #480959 is a reply to message #480954] Wed, 19 August 2009 07:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Ups, I figured it out:

The linebreak after bc.. should be removed.

BEFORE:

bc..
package org.eclipse.workflow;

AFTER:

bc.. package org.eclipse.workflow;

Cheers,

Anders

Anders Hessellund wrote:
> Hi,
>
> I tried to render the following simple document in wikitext's preview
> pane as well as in an Ant-generated HTML file, but for some reason the
> "bc.."-tag does not work.
>
> -------
>
> h1(#id). An HTML first-level heading
>
> Textile syntax is really simple. You can _emphasize_ text or *emphasize
> it even more*.
>
> h2. An HTML third-level heading
>
> p. Here is some code:
>
> bc..
> package org.eclipse.workflow;
>
> public class Workflow {
>
> }
>
> p. Here is a plain old paragraph. It needs to start with "p." to mark
> the end of the code block above.
>
> --------
>
> The generated HTML for the blockquote looks like this:
>
> <p>bc..<br/>package org.eclipse.workflow;</p><p>public class Workflow
> {</p><p>}</p><p>Here is a plain old paragraph. It needs to start with
> &#8220;p.&#8221; to mark the end of the code block above.</p>
>
> I am using the Galileo-release of Eclipse.
>
> Cheers,
>
> Anders
Re: WikiText: bc.. does not work? [message #481421 is a reply to message #480959] Thu, 20 August 2009 21:53 Go to previous message
David Green is currently offline David GreenFriend
Messages: 136
Registered: July 2009
Senior Member
Anders Hessellund wrote:
> Ups, I figured it out:
>
> The linebreak after bc.. should be removed.

Actually, a line break is okay, but the bc.. must be followed by one space character.
WikiText has some documentation on this topic:
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .mylyn.wikitext.help.ui/help/Textile-Syntax.html

>
> BEFORE:
>
> bc..
> package org.eclipse.workflow;
>
> AFTER:
>
> bc.. package org.eclipse.workflow;
>
> Cheers,
>
> Anders
>
> Anders Hessellund wrote:
>> Hi,
>>
>> I tried to render the following simple document in wikitext's preview
>> pane as well as in an Ant-generated HTML file, but for some reason the
>> "bc.."-tag does not work.
>>
>> -------
>>
>> h1(#id). An HTML first-level heading
>>
>> Textile syntax is really simple. You can _emphasize_ text or
>> *emphasize it even more*.
>>
>> h2. An HTML third-level heading
>>
>> p. Here is some code:
>>
>> bc..
>> package org.eclipse.workflow;
>>
>> public class Workflow {
>>
>> }
>>
>> p. Here is a plain old paragraph. It needs to start with "p." to mark
>> the end of the code block above.
>>
>> --------
>>
>> The generated HTML for the blockquote looks like this:
>>
>> <p>bc..<br/>package org.eclipse.workflow;</p><p>public class Workflow
>> {</p><p>}</p><p>Here is a plain old paragraph. It needs to start with
>> &#8220;p.&#8221; to mark the end of the code block above.</p>
>>
>> I am using the Galileo-release of Eclipse.
>>
>> Cheers,
>>
>> Anders
Re: WikiText: bc.. does not work? [message #598781 is a reply to message #480954] Wed, 19 August 2009 07:52 Go to previous message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Ups, I figured it out:

The linebreak after bc.. should be removed.

BEFORE:

bc..
package org.eclipse.workflow;

AFTER:

bc.. package org.eclipse.workflow;

Cheers,

Anders

Anders Hessellund wrote:
> Hi,
>
> I tried to render the following simple document in wikitext's preview
> pane as well as in an Ant-generated HTML file, but for some reason the
> "bc.."-tag does not work.
>
> -------
>
> h1(#id). An HTML first-level heading
>
> Textile syntax is really simple. You can _emphasize_ text or *emphasize
> it even more*.
>
> h2. An HTML third-level heading
>
> p. Here is some code:
>
> bc..
> package org.eclipse.workflow;
>
> public class Workflow {
>
> }
>
> p. Here is a plain old paragraph. It needs to start with "p." to mark
> the end of the code block above.
>
> --------
>
> The generated HTML for the blockquote looks like this:
>
> <p>bc..<br/>package org.eclipse.workflow;</p><p>public class Workflow
> {</p><p>}</p><p>Here is a plain old paragraph. It needs to start with
> &#8220;p.&#8221; to mark the end of the code block above.</p>
>
> I am using the Galileo-release of Eclipse.
>
> Cheers,
>
> Anders
Re: WikiText: bc.. does not work? [message #598806 is a reply to message #480959] Thu, 20 August 2009 21:53 Go to previous message
David Green is currently offline David GreenFriend
Messages: 96
Registered: July 2009
Member
Anders Hessellund wrote:
> Ups, I figured it out:
>
> The linebreak after bc.. should be removed.

Actually, a line break is okay, but the bc.. must be followed by one space character.
WikiText has some documentation on this topic:
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .mylyn.wikitext.help.ui/help/Textile-Syntax.html

>
> BEFORE:
>
> bc..
> package org.eclipse.workflow;
>
> AFTER:
>
> bc.. package org.eclipse.workflow;
>
> Cheers,
>
> Anders
>
> Anders Hessellund wrote:
>> Hi,
>>
>> I tried to render the following simple document in wikitext's preview
>> pane as well as in an Ant-generated HTML file, but for some reason the
>> "bc.."-tag does not work.
>>
>> -------
>>
>> h1(#id). An HTML first-level heading
>>
>> Textile syntax is really simple. You can _emphasize_ text or
>> *emphasize it even more*.
>>
>> h2. An HTML third-level heading
>>
>> p. Here is some code:
>>
>> bc..
>> package org.eclipse.workflow;
>>
>> public class Workflow {
>>
>> }
>>
>> p. Here is a plain old paragraph. It needs to start with "p." to mark
>> the end of the code block above.
>>
>> --------
>>
>> The generated HTML for the blockquote looks like this:
>>
>> <p>bc..<br/>package org.eclipse.workflow;</p><p>public class Workflow
>> {</p><p>}</p><p>Here is a plain old paragraph. It needs to start with
>> &#8220;p.&#8221; to mark the end of the code block above.</p>
>>
>> I am using the Galileo-release of Eclipse.
>>
>> Cheers,
>>
>> Anders
Previous Topic:Mylyn Dependencies
Next Topic:WikiText - new nanguage
Goto Forum:
  


Current Time: Thu Apr 25 19:11:22 GMT 2024

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

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

Back to the top