Now empty lines in Word gets converted to this: `<p class="empty-paragraph"><br /></p>` Could we make it convert it to this: `<p class="empty-paragraph"> <br /></p>` adding a ` ` -- this is a hack to make Adobe's reader system display the empty lines
Now empty lines in Word gets converted to this:
<p class="empty-paragraph"><br /></p>Could we make it convert it to this:
<p class="empty-paragraph"> <br /></p>adding a
-- this is a hack to make Adobe's reader system display the empty lines