> ⚠️ **This is a test file for DocShip development. The content below is sample documentation.** # HTML Edge Cases Test ## Script Tags (should be removed) Script tags should be sanitized by the build process. ## Style Tags (should be removed) Style tags should also be sanitized. ## Event Handlers Event handlers in HTML should be handled: - onclick attributes - onerror attributes - onload attributes ## HTML Comments ## Valid HTML

This is valid HTML inside markdown.

## Tables in HTML
Header 1 Header 2
Cell 1 Cell 2
## Details/Summary
Click to expand Hidden content here.
## Normal Content This paragraph should render normally. Regular markdown works fine: - List item 1 - List item 2 - List item 3 **Bold text** and *italic text* work as expected.