On Dec 8, 2004, at 3:40 PM, Xavier Noria wrote:
There I try to hide three blocks:
1. The "body" CSS element is correctly folded 2. The "style" tag is not 3. The "head" tag is not
The content of the style tag is not itself indented; TM doesn't handle that situation (properly). If instead you had the following, it would work properly:
<style> <!-- body { color: "black"; } --> </style>