Tags:
create new tag
, view all tags
Some wikis (e.g. ZWiki) allow indentation of paragraphs following list items. It's a very natural way to have a list of things with short descriptions associated.

The way to do this in TWiki is horrible -- having a following <p style="margin:left=3em">

---+ Some header

   * List Item 1

     A paragraph describing list item 1 

   * List Item 2

     A paragraph describing list item 2
The resulting html looks like this

<h1>Some header</h1>
<li><p>List Item 1<p>A paragraph describing list item 1</li>
<li><p>List Item 2<p>A paragraph describing list item 2</li>
-- MarvinGreenberg - 12 Feb 2004

Try this:

---+ Some header

   * List Item 1
     %BR%%BR%
     A paragraph describing list item 1 

   * List Item 2
     %BR%%BR%
     A paragraph describing list item 2

to get this:

Some header

  • List Item 1

    A paragraph describing list item 1

  • List Item 2

    A paragraph describing list item 2
BasicForm
TopicClassification BrainstormingIdea
TopicSummary Some wikis allow a list item to have indented paragraphs that follow the bulleted line
InterestedParties

RelatedTopics

Topic revision: r3 - 2008-08-28 - TWikiJanitor
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.