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
This issue addresses #7 and #13
The idea is to ditch the table-based layout and use a flexbox based one.
I've took some time to analyze the code this morning, and it involves a quite big rewrite of the getHtml() function (mainly the parsing strategy).
getHtml()
Actually, it might greatly simplify it!
The text was updated successfully, but these errors were encountered:
Unit tests will be very helpful with this. I’m happy to start on those if you want to work on this.
Sorry, something went wrong.
Yes, you can go ahead.
The first thing I'm doing is building a prototype of what to achieve, then I'll share it with you and wait for your comments :-)
No branches or pull requests
This issue addresses #7 and #13
The idea is to ditch the table-based layout and use a flexbox based one.
I've took some time to analyze the code this morning, and it involves a quite big rewrite of the
getHtml()
function (mainly the parsing strategy).Actually, it might greatly simplify it!
The text was updated successfully, but these errors were encountered: