Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ Este projeto é privado e proprietário. Todos os direitos reservados.

<div align="center">

# Atualização teste

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Avoid rendering the footer text as a code block.

The four-space indentation causes # Atualização teste to be interpreted as indented code. Use explicit HTML or remove the indentation so the footer renders as intended.

Suggested fix
-    # Atualização teste
+    <p>Atualização teste</p>
🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 595-595: Code block style
Expected: fenced; Actual: indented

(MD046, code-block-style)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 595, Update the footer text `# Atualização teste` in the
README so it is not preceded by four-space indentation; remove the indentation
or use explicit HTML to ensure it renders as normal footer text rather than a
code block.

Source: Linters/SAST tools


**[⬆ Voltar ao topo](#nosso-crm)**

Feito com ❤️ para equipes de vendas mais produtivas
Expand Down