Parser creates <example ...> ... </example> from the code parts in markdown files. If there's height option, the example contains also it. On generator, the example tag is changed to an iframe.
The problem is, if height is not set - iframe has an extra line break, which breaks some browsers.
Parser creates
<example ...> ... </example>
from the code parts in markdown files. If there's height option, the example contains also it. On generator, the example tag is changed to an iframe.The problem is, if height is not set - iframe has an extra line break, which breaks some browsers.