Syntax #
draft-comment
Purpose #
The draft-comment annotation is used to indicate an element serving as a note, reminder, or query to or between the document author(s). Draft comments are not intended to appear in the final document and should be removed prior to publishing.
Examples #
The following is an example of a time where you might want to use the draft-comment annotation:
The following is an example of a rule that will apply draft-comment:
The following is an example of the DITA output you would get from this annotation.
<conbody>
…
<p>In my experience, no one ever cared for it.</p>
<draft-comment>(Comment: does this need a citation?)</draft-comment>
</conbody>