Ok, so this is my first attempt at using Instiki. The default markup is Textile ( new to this is well). I placed: H1.Welcome to my Instank Wiki on the first page. I expected it to be a Bolded centered title similar to: <H1>Welcome to my Instant Wiki <H1> But, it displayed as plain text, without any special formatting. What am I missing, here? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On Fri, Aug 05, 2005, Larry Kelly wrote:> Ok, so this is my first attempt at using Instiki. The default markup is > Textile ( new to this is well). I placed: > > H1.Welcome to my Instank Wiki > > on the first page. I expected it to be a Bolded centered title similar to: > <H1>Welcome to my Instant Wiki <H1> > > But, it displayed as plain text, without any special formatting.You''re missing a space after the period :) Textile formatting is a little bit fragile in that sense. You *might* also have to use a lower-case h, but I''m not sure and my instiki instance is currently extremely broken. Ben
On 8/5/05, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Ok, so this is my first attempt at using Instiki. The default markup is > Textile ( new to this is well). I placed: > > H1.Welcome to my Instank Wiki > > on the first page. I expected it to be a Bolded centered title similar to: > <H1>Welcome to my Instant Wiki <H1> > > But, it displayed as plain text, without any special formatting. > > What am I missing, here?Um, did you try h1. my title? Also, make sure the next paragraph starts an extra line below: h1. my title my paragraph. The Textile formatting is done by the RedCloth library, so I imagine any problems like that would be noticed pretty quickly :) -- rick http://techno-weenie.net
On 8/5/05, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Ok, so this is my first attempt at using Instiki. The default markup is > Textile ( new to this is well). I placed: > > H1.Welcome to my Instank Wiki > > on the first page. I expected it to be a Bolded centered title similar to: > <H1>Welcome to my Instant Wiki <H1> > > But, it displayed as plain text, without any special formatting. > > What am I missing, here? >There must be a blank line above and belowe the block modifier and a space between the modifier and the block text. Like this. h1. Welcome to my Instant Wiki Thanks Ben, Nick, and Rick for the quick response to an ''OT'' question. I''ll direct future Instiki questions to the appropriate list. -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails