Table based Sonar security issues #821
hasanozgilik
started this conversation in
General
Replies: 1 comment 1 reply
-
Probably need to add some third party plugin like this one: https://github.com/martinring/markdown-it-table-captions Docs on how to use md plugins: https://vitepress.vuejs.org/guide/markdown.html#advanced-configuration For id part, we are using | Option | Description |
| ------------------ | ------------------------------------------------------------------------- |
| data {#data} | path to data files to supply the data that will be passed into templates. |
| engine {scope=row} | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to Sonar rules , we have to add description like caption and add id or scope to tag.
https://rules.sonarsource.com/html/RSPEC-1085
https://rules.sonarsource.com/html/RSPEC-1102/
I couldn't see any input for that at markdown table syntax .
Is there a setting or something like that in vitepress or markdown trick in general.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions