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
background-image: url(http://
In <span style="background-image: url(http://temp.im/100x100);" class="listview__thumb-img"></span> Out { 'background-image': 'url(http' }
<span style="background-image: url(http://temp.im/100x100);" class="listview__thumb-img"></span>
{ 'background-image': 'url(http' }
When we use var attrs = parseAttrs(node.attrs); it returns wrong output:
var attrs = parseAttrs(node.attrs);
The text was updated successfully, but these errors were encountered:
@hzlzh thank you for the bug report. I'll fix it today.
Sorry, something went wrong.
@maltsev cheers~ wait for you update, thx
Fix error with "style" parsing #1
29f35db
Done: 0.1.1
maltsev
No branches or pull requests
In
<span style="background-image: url(http://temp.im/100x100);" class="listview__thumb-img"></span>
Out
{ 'background-image': 'url(http' }
When we use
var attrs = parseAttrs(node.attrs);
it returns wrong output:The text was updated successfully, but these errors were encountered: