Swept through looking for explanatory notes and marking them up as 'note'
elements.
This commit is contained in:
parent
1126384625
commit
bd9330d762
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2961
4 changed files with 2745 additions and 2415 deletions
|
@ -205,3 +205,18 @@ for example,
|
|||
|
||||
which matches elements spread over two lines.
|
||||
|
||||
12. Looked for explanatory notes in the text (typically prefixed by "note",
|
||||
"Note:" or "<para><blockquote><para><emphasis role=bf>Note:</emphasis>"
|
||||
and marked them up as 'note' elements.
|
||||
|
||||
This change involves markup changes *and* text changes. This is because
|
||||
text like
|
||||
|
||||
<para>Note: The foo file is only used once, and can be deleted.</para>
|
||||
|
||||
became
|
||||
|
||||
<note>
|
||||
<para>The foo file is only used once, and can be deleted.</para>
|
||||
</note>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue