{/* Build timestamp: 1769283779551 - Forces cache invalidation */}
Last Updated: 1/24/2026
HTML Comments Test
This document tests HTML comments which need special handling in MDX.
Single Line Comments
{/* This is a single line comment */}
Text before {/* inline comment */} text after.
Multi-Line Comments
{/* This is a multi-line comment spanning several lines with various content inside */}
Comments with Special Characters
{/* Comment with {curly braces} inside */}
{/* Comment with
{/* Comment with “quotes” and ‘apostrophes’ */}
Nested-Looking Comments (Not Actually Nested)
{/* First comment /} {/ Second comment /} {/ Third comment */}
Comments in Different Positions
Beginning of paragraph {/* mid-paragraph comment */} end of paragraph.
{/* Comment at start of line */}
End of line {/* comment at end */}
Comments with Code-Like Content
{/*
function example() {
return
Empty Comment
{/**/}
Comment with Only Whitespace
{/* */}
Long Comment
{/* This is a very long comment that goes on and on to test how the system handles longer comment content that might wrap across multiple lines in an editor but is still technically a single-line HTML comment in the source */}