Skip to content
New issue

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

Update markdown #353

Merged
merged 3 commits into from
Oct 27, 2023
Merged

Update markdown #353

merged 3 commits into from
Oct 27, 2023

Conversation

varunsh-coder
Copy link
Member

No description provided.

@varunsh-coder varunsh-coder merged commit d4ca02b into rc-v2.6.1 Oct 27, 2023
2 checks passed
Copy link
Contributor

@step-security-bot step-security-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find StepSecurity AI-CodeWise code comments inline or below.

dist/pre/index.js

Please refer to 1 inline comments.

dist/index.js

Please refer to 1 inline comments.

Feedback

We appreciate your feedback in helping us improve the service! To provide feedback, please use emojis on this comment. If you find a comment helpful, give it a 👍. If they aren't useful, kindly express that with a 👎. If you have questions or detailed feedback, please create n GitHub issue in StepSecurity/AI-CodeWise.

@@ -69113,22 +69114,22 @@ function addSummary() {
<tbody>
${tableEntries
.map((entry) => `<tr>
<td>${entry.process}</td>
<td><code>${entry.process}</code></td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Low]Add code block markup to elements

The code block entries use elements, but for better formatting they should use code block markup instead. Replace all tags with

tags.

<td>...</td>
<td>...</td>
<td>...</td>
<td><code>...</code></td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Low]Use ellipsis character to indicate truncated data

The ellipsis character is used to indicate that the data is truncated. Replace ... with the ellipsis character

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants