Open arthurnobrega opened 7 years ago
If I convert the HTML bellow, I get two blank lines between __ and the user name:
___________________________________ <%= @user.name %>
I think the problem is that the gem doesn't remove the "\n" from the HTML file.
@arthurnobrega can you provide a reproducible example, ideally a test case?
If I convert the HTML bellow, I get two blank lines between __ and the user name:
___________________________________
<%= @user.name %>
I think the problem is that the gem doesn't remove the "\n" from the HTML file.