Add a description of the <quote> tag.
Reported by: Tom Rhodes <darklogik@pittgoth.com> Reviewed by: dd Approved by: dd
This commit is contained in:
parent
b1cc880c3d
commit
a3d3aeaf0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12298
1 changed files with 25 additions and 0 deletions
|
@ -1603,6 +1603,31 @@ This is the file called 'foo2'</screen>
|
|||
</example>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Quotations</title>
|
||||
|
||||
<para>To quote text from another document or source, or to denote
|
||||
a phrase that is used figuratively, use <sgmltag>quote</sgmltag>.
|
||||
Within a <sgmltag>quote</sgmltag> tag, you may use most of the
|
||||
markup tags available for normal text.</para>
|
||||
|
||||
<example>
|
||||
<title>Quotations</title>
|
||||
|
||||
<para>Use:</para>
|
||||
|
||||
<programlisting><![ CDATA [<para>However, make sure that the search does not go beyond the
|
||||
<quote>boundary between local and public administration</quote>,
|
||||
as RFC 1535 calls it.</para>]]></programlisting>
|
||||
|
||||
<para>Appearance:</para>
|
||||
|
||||
<para>However, make sure that the search does not go beyond the
|
||||
<quote>boundary between local and public administration</quote>,
|
||||
as RFC 1535 calls it.</para>
|
||||
</example>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Keys, mouse buttons, and combinations</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue