I also found out about this http://www.fossil-scm.org/index.html/wiki_rules 

"The <verbatim> tag works like <pre> with the addition that it also disables
all wiki and HTML markup through the matching </verbatim>."

But why this special tag? Is this not something the <pre> should do under
all circumstances? When would you ever want wiki or HTML markup inside a
<pre>? That contradicts the primary reason of existance for the <pre> tag.

Why not have <pre> act as <verbatim> and drop <verbatim>?

-----Original Message-----
From: fossil-users-boun...@lists.fossil-scm.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Lluís Batlle
i Rossell
Sent: donderdag 18 augustus 2011 19:56
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Wiki formatting with empty lines

On Thu, Aug 18, 2011 at 01:24:38PM -0400, Tomek Kott wrote:
> you could turn off the wiki behavior by going to the UI, going to 
> Admin > Configuration, and then selecting the checkbox that says "Use 
> HTML..." that will turn off all the wiki formatting except url (i.e. [])
syntax.

I think you can use
<nowiki>
whatever you need
</nowiki>

instead of disabling the wiki syntax everywhere.

> On Thu, Aug 18, 2011 at 1:07 PM, Remigiusz Modrzejewski
> <l...@maxnet.org.pl>wrote:
> 
> >
> > On Aug 18, 2011, at 6:44 PM, Jos Groot Lipman wrote:
> >
> > > Minor Wiki-problem: paragraphs are create automatically for empty
lines.
> > > However with the following text it leads to unexpected termination 
> > > of the first <p> marker and the last line of text is left-aligned. 
> > > When you
> > remove
> > > the empty line it works as expected.
> > >
> > > <p align="right">
> > > Next line is empty
> > >
> > > Previous line is empty
> > > </p>
> >
> > It is not expected. Wiki help explicitly specifies that paragraphs 
> > are delimited using empty lines.
> >
> > > Or is this a case of: 'it is a simple wike, play by its rules'?
> >
> >
> > Well, it's a simple wiki...
> >
> >
> > Kind regards,
> > Remigiusz Modrzejewski
> >
> >
> >
> > _______________________________________________
> > fossil-users mailing list
> > fossil-users@lists.fossil-scm.org
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-use
> > rs
> >

> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to