We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@arthurnobrega can you provide a reproducible example, ideally a test case?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: