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
I'm using an html table for formating my data and I have extra line between all row of the table in the console.
Same problem with box style
I get the code generated by your package and you can see all extra carrige return
Here is the php source for testing
render(<<<'HTML' <table style="box"> <thead> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> </thead> <tbody> <tr> <td>Alfreds Futterkiste</td> <td>Maria Anders</td> <td class="text-yellow">Germany</td> </tr> <tr> <td>Centro comercial Moctezuma</td> <td>Francisco Chang</td> <td class="text-yellow">Mexico</td> </tr> </tbody> </table> HTML);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using an html table for formating my data and I have extra line between all row of the table in the console.
Same problem with box style
I get the code generated by your package and you can see all extra carrige return
Here is the php source for testing
The text was updated successfully, but these errors were encountered: