Hi, > In message "[ruby-talk:00803] Re: Summary of discussion about RD (Re: Docum entation about RD?)" > on 99/09/09, Toshiro Kuwabara <toshirok / yb3.so-net.ne.jp> writes: > > |And I find another problem: > | > |* |Top list ("|" is baseline) > | verbatim in Top list > | * Is This Line Sub List? or Verbatim? > | * ... > > Verbatim, of cource. Once Verbatim block is started, it continues to > the line shallower than the baseline. Does "the baseline" mean baseline of Verbatim? For example: * Top list |verbatim ("|" is baseline) *| This line is item of sub list, not verbatim. OK? *| ... > By the way, I'd like to write the list like: > > this is the mere paragraph. > > * list, not varbatim > * list item2 > > this is coninueing pragraph. > > Is this possible? > matz. Well, I've found out accidentally your draft of Ruby Book written with RD in log of ruby-list ML. Lists written such like in the draft.:-) I suppose to write list like that is valid idea. I want to write so. But how do we tell list from verbatim? --- Tosh