You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team
I am trying to solve sonar security issue , https://rules.sonarsource.com/html/RSPEC-1102.
Following sample shows that , only last column attribute settings is sending compiled attribute to "thead" instead of "th".
And it does not solve the sonar issue.
Is there a way to fix it.
| Value {scope=col} | Description {scope=col} | Is Final Status {scope=col} ||:-------|:------------------------------|:----------------:|| -1 | MESSAGE NOT FOUND | YES || 0 | NEW MESSAGE | NO |
Current output:
<theadscope="col"><tr><thstyle="text-align:left;" scope="col">Value</th><thstyle="text-align:left;" scope="col">Description</th><thstyle="text-align:center;">Is Final Status</th></tr></thead>
Expected output:
<thead><tr><thstyle="text-align:left;" scope="col">Value</th><thstyle="text-align:left;" scope="col">Description</th><thstyle="text-align:center;" scope="col">Is Final Status</th></tr></thead>
The text was updated successfully, but these errors were encountered:
Hi team
I am trying to solve sonar security issue , https://rules.sonarsource.com/html/RSPEC-1102.
Following sample shows that , only last column attribute settings is sending compiled attribute to "thead" instead of "th".
And it does not solve the sonar issue.
Is there a way to fix it.
Markdown-it versions:
Example input:
Current output:
Expected output:
The text was updated successfully, but these errors were encountered: