Conversion Table Tips

Note: This topic will be updated over time.
notes

The common note types require just one attribute value (or no attribute value in the case of a plain “note”). For these note types, just set the type attribute to the appropriate value. The following example creates a “tip” note:

note[type="tip"]

However, if you need to create a note that uses a type that’s not supported, you have to set the type attribute to “other” and the othertype attribute to the desired note type. The following example creates a “warning” note:

note[type="other" & othertype="warning"]
Note: The FM2DITA plugin used to offer a Fix Notes command which set the type attribute to “other” if the othertype attribute was set on a note element. Because of the ability to set multiple attributes in the conversion table, this command is no longer needed.