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
$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)' [:p {} "2"]
Should print the warning about the lost first form
The text was updated successfully, but these errors were encountered:
possibly auto-cull empty trailing lines on html input?
Sorry, something went wrong.
warn on form loss when converting from html. issue #53
53a89af
$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)' Warning: converting markup from :html to :hiccup lost 1 form [:p "2"]
update changelog #53
99aecf1
No branches or pull requests
Should print the warning about the lost first form
The text was updated successfully, but these errors were encountered: