html2epub will delete < and the trailing characters in the line.
testcase:
Code:
<html>
<head>
</head>
<body>
<p> A line with lt : < something </p>
<p> A line with gt : > something </p>
</body>
</html>
the < and the following characters will be deleted in the output.