I converted the following and got different margins
Code:
<html>
<body>
<p style="margin-bottom: 1em">one</p>
<p style="margin-bottom: 2em">two</p>
<p>three</p>
</body>
</html>
The problem with centimeters is probably a bug, that I will look at later.