From: Marjorie R. <mro...@ma...> - 2002-11-16 05:07:23
|
Why do two of these behave differently than just one of them? Just a newline with only one, but a whole new (unwanted) paragraph when I repeat it twice. Between that, and the bleeding bolds and italics when followed by punctuation, I'm getting depressed! (currently at http://www.rawfoodwiki.org/index.php/FAQs?action=edit) __What's the coolest, but little-known item you've got in the kitchen?__ : I have a tupperware lemon juicer that screws into the lemon. Not sure what it's called. I also just got a [Spirooli | http://www.igadget.com/spirooli-slicer.html], which I like better than the spiralizer/saladacco machines. __What's the coolest, but little-known item you've got in the kitchen?__ : I have a tupperware lemon juicer that screws into the lemon. Not sure what it's called. I also just got a [Spirooli | http://www.igadget.com/spirooli-slicer.html], which I like better than the spiralizer/saladacco machines. (now try deleting one of those, and you'll see the difference.) ---------- Original Message ---------------------------------- From: "Marjorie Roswell" <mro...@ma...> Reply-To: <mro...@ma...> Date: Fri, 15 Nov 2002 23:27:11 -0500 >Having a heckuva difficult time. I tried copying this: > >http://mairas.net/wiki/NewTextFormattingRules > >Into this: >http://www.rawfoodwiki.org/index.php/TextFormattingRules > >Kind of a mess. > >At the point where I can't see straight, having spent a week obsessed with trying to launch this labor of love. > > > > >------------------------------------------------------- >This sf.net email is sponsored by: To learn the basics of securing >your web site with SSL, click here to get a FREE TRIAL of a Thawte >Server Certificate: http://www.gothawte.com/rd524.html >_______________________________________________ >Phpwiki-talk mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |
From: Marjorie R. <mro...@ma...> - 2002-11-16 22:14:09
|
Thanks for your response. You're the first non-me user to the page. Actually, I just don't like that markup solution. Not intuitive at all. But in the overriding scheme of things, I'm happy about this wiki. I just announced rawfoodwiki.org to a raw foods listserv, about an hour ago. Nearly obsessed with hope that they pick up on the idea! ---------- Original Message ---------------------------------- From: Carsten Klapp <car...@us...> Date: Sat, 16 Nov 2002 08:22:24 -0500 > >Hi, >PhpWiki automatically expands or contracts list spacing for the whole >list depending on whether there are any newlines in between or not, >similar to how Mozilla formats nested html lists. When there is only >one item, there is nothing to expand, so this is why you're seeing a >difference in appearance. > >Try %%% %%% instead of blank line at the end of the definition list >item. This way the newline becomes part of the list item and is not >considered when PhpWiki decides how to format (expand or contract) the >whole list. > >I inserted in some %%%s into the page so you can see how it works. > >Nice theme by the way! > >Carsten > >On Saturday, November 16, 2002, at 12:07 am, Marjorie Roswell wrote: > >> Why do two of these behave differently than just one of them? Just a >> newline with only one, but a whole new (unwanted) paragraph when I >> repeat it twice. Between that, and the bleeding bolds and italics when >> followed by punctuation, I'm getting depressed! >> >> (currently at http://www.rawfoodwiki.org/index.php/FAQs?action=edit) >> >> __What's the coolest, but little-known item you've got in the >> kitchen?__ : >> I have a tupperware lemon juicer that screws into the lemon. Not >> sure what it's called. I also just got a [Spirooli | >> http://www.igadget.com/spirooli-slicer.html], which I like better than >> the spiralizer/saladacco machines. >> >> __What's the coolest, but little-known item you've got in the >> kitchen?__ : >> I have a tupperware lemon juicer that screws into the lemon. Not >> sure what it's called. I also just got a [Spirooli | >> http://www.igadget.com/spirooli-slicer.html], which I like better than >> the spiralizer/saladacco machines. >> >> >> (now try deleting one of those, and you'll see the difference.) > > |
From: Carsten K. <car...@us...> - 2002-11-16 13:22:50
|
Hi, PhpWiki automatically expands or contracts list spacing for the whole list depending on whether there are any newlines in between or not, similar to how Mozilla formats nested html lists. When there is only one item, there is nothing to expand, so this is why you're seeing a difference in appearance. Try %%% %%% instead of blank line at the end of the definition list item. This way the newline becomes part of the list item and is not considered when PhpWiki decides how to format (expand or contract) the whole list. I inserted in some %%%s into the page so you can see how it works. Nice theme by the way! Carsten On Saturday, November 16, 2002, at 12:07 am, Marjorie Roswell wrote: > Why do two of these behave differently than just one of them? Just a > newline with only one, but a whole new (unwanted) paragraph when I > repeat it twice. Between that, and the bleeding bolds and italics when > followed by punctuation, I'm getting depressed! > > (currently at http://www.rawfoodwiki.org/index.php/FAQs?action=edit) > > __What's the coolest, but little-known item you've got in the > kitchen?__ : > I have a tupperware lemon juicer that screws into the lemon. Not > sure what it's called. I also just got a [Spirooli | > http://www.igadget.com/spirooli-slicer.html], which I like better than > the spiralizer/saladacco machines. > > __What's the coolest, but little-known item you've got in the > kitchen?__ : > I have a tupperware lemon juicer that screws into the lemon. Not > sure what it's called. I also just got a [Spirooli | > http://www.igadget.com/spirooli-slicer.html], which I like better than > the spiralizer/saladacco machines. > > > (now try deleting one of those, and you'll see the difference.) |
From: Jeff D. <da...@da...> - 2002-11-19 19:28:15
|
> Why do two of these behave differently than just one of them? Allowing (as the new markup does) for multiple paragraphs (and other complex block level structures) within list items complicates in subtle and insideous ways the markup of lists. There's some discussion at: http://phpwiki.sourceforge.net/phpwiki/NewBlockMarkup (See section "Tight vs Loose lists.") I'm not really happy with the current solution, but the alternatives proposed so far do not make me happier. I suppose it's time to revisit the problem. > Between that, and the bleeding bolds and italics when followed by punctuation, ... I think that problem has been fixed (recently) in CVS. Patch at: http://cvs.sf.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/InlineParser.php.diff?r1=1.13&r2=1.14 If that's not the problem you're referring to, please complain again. |