Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 1999 16:55:00 -0400 (EDT)
From:      John Baldwin <jobaldwi@vt.edu>
To:        Neil Blakey-Milner <nbm@mithrandr.moria.org>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: docs/14248: codify proposed style
Message-ID:  <199910122055.QAA01456@server.baldwin.cx>
In-Reply-To: <199910121850.LAA11470@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 12-Oct-99 Neil Blakey-Milner wrote:
>  Similarly:
>  
>  <para>Somehow the next list is in this para
>    <itemizedlist>
>      <listitem>
>        <para>Survival</para>
>      </listitem>
>      <listitem>
>        <para>Self-actualisation</para>
>      </listitem>
>    </itemizedlist></para>
>  
>  Where else would you like to put that closing tag?  I don't like
> this
>  way too much either.

I just never put <footnote>'s or <list>'s inside of <para>'s,
personally.  Instead I would have done:

<para>Here we go!</para>

<footnote>
  <para>Well, not quite.</para>
</footnote>

This avoids the ugliness you noticed.  If you must include a tag, then
yes, the </para> is appended to it:

<para>This is is a sentence with a link that is a run-on because it is
  missing a period: <url link="http://www.FreeBSD.org/">Cool
  Stuff</url></para>

>  Neil
>  -- 
>  Neil Blakey-Milner
>  nbm@rucus.ru.ac.za

---

John Baldwin <jobaldwi@vt.edu> -- http://www.cslab.vt.edu/~jobaldwi/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910122055.QAA01456>