Add an XML Tooltip CommentYou add an XML comment by modifying the DITA source code.Note: This functionality may be disabled on your Heretto CCMS instance. For more information, contact your Customer Success Manager.In the content library, double-click a topic.In the topic toolbar, click the edit source icon.In the source editor pane, add a comment in the following way <!--TIP: comment -->Where comment is the content of your comment. <concept id="concept-4201" xml:lang="en-us"> <title>Concept A</title> <shortdesc>This is a short description</shortdesc> <conbody> <note> <p> Note </p><!--TIP: A tooltip comment.--> </note> </conbody> </concept> Click Save & Close.