HTML comments not showing up in snippets in RH9?
I want to be able to add some HTML comments sometimes when I enter content.
For example, let's say I want a pair of HTML comments like so, with a place for text between them.
<!-- begin info pulled from the v3 P & P manual -->
and
<!-- end info pulled from the v3 P & P manual -->
I created a snippet, entering the following using HTML view:
<!-- begin info pulled from the v3 P & P manual -->
<p>Copy the text in here.</p>
<!-- end info pulled from the v3 P & P manual -->
When I dragged the snippet onto the topic, though, the HTML comments (lines 1 and 3 in the example) were missing. That was the whole point of the snippet: To be able to copy in the HTML comment lines.
I can open the snippet in HTML view, copy the lines, and paste them into the HTML view of the topic, of course, but I'm going to be leaving this project after it's over and don't want to have my successor pulling his/her head out wondering how to get this to work.
Suggestions?
