WikiText: bc.. does not work? [message #480954] |
Wed, 19 August 2009 03:42  |
Eclipse User |
|
|
|
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
“p.” 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 17:53  |
Eclipse User |
|
|
|
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
>> “p.” 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 03:52  |
Eclipse User |
|
|
|
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
> “p.” 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 17:53  |
Eclipse User |
|
|
|
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
>> “p.” to mark the end of the code block above.</p>
>>
>> I am using the Galileo-release of Eclipse.
>>
>> Cheers,
>>
>> Anders
|
|
|
Powered by
FUDForum. Page generated in 0.07213 seconds