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
Alternate row-colour on the table (see image).
Note: We can't use <style> tags in markdown, we may need to use JS and change each row manually.
<style>
@tbenning comments:
you could change the bg of every other row to light purple
The text was updated successfully, but these errors were encountered:
Bear in mind that inline CSS is also filtered out so unless I missed an approach, using HTML attributes are the only way to get around this problem.
Sorry, something went wrong.
fix(Analytics): log user correctly (#162)
2f73945
* fix(Analytics): log user correctly * snaps * snaps
Revert "fix(Analytics): log user correctly (#162)" (#163)
97d35c8
This reverts commit 2f73945.
HTML attributes are the only way to get around this problem.
@Berkmann18 so that means using bgcolor something like this <td bgcolor="red">22</td>. Is this correct?
bgcolor
<td bgcolor="red">22</td>
Last time I tried, that wasn't working, and I don't think GH changed how it treats HTML.
tenshiAMD
No branches or pull requests
Alternate row-colour on the table (see image).
Note: We can't use
<style>
tags in markdown, we may need to use JS and change each row manually.@tbenning comments:
The text was updated successfully, but these errors were encountered: