Starts a note.
Syntax
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Tag ³Element ³Attributes ³End ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³:note. ³Note ³text=' ' ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Attributes
text=' '
Description
:note. identifies a single-paragraph note. When the tag is encountered, a blank line is inserted, and the note starts at the left margin with Note: followed by two blank spaces. The start of another tag ends the note, so no end tag is needed.
When the tag is used within a list, the note aligns with the text of the items within the list.
Use the text=' ' attribute to give the note a specific name.
Conditions
None
Example 1
:note.This text appears within a note. The word :hp2.Note:ehp2. aligns with the text that precedes it.
Output
The following output is provided.
Note: This text appears within a note. The word Note aligns with the text that precedes it.
Example 2
:note text='Text note:'. The name of this note is :hp2.Text note:ehp2.. The name of the note replaces the word :hp2.Note:ehp2.. The name of the note aligns with the text that precedes it.
Output
Text note: The name of this note is Text note. The text for the note replaces the word Note. The name of the note aligns with the text that precedes it.