Chatting with LLMs
Clean Markdown Output
By default, some assistants insert numeric references (like [1], [2]) in the body text to cite sources, or generate unwanted introductory and concluding text. In Markdown files that clutters the reading â the pageâs âmechanicsâ should be invisible so the reader stays in the flow. You can override this behavior per file with explicit instructions.
Avoid Chatty Text
To prevent the AI from producing friendly chat like âHere is your codeâŠâ or âHope this helps!â, force a strict response:
Apenas responda, nĂŁo produza nada:
Prompts for clean text (no references)
Generate the Markdown content without including the numeric references in brackets.
Keep the file text clean, with no source citations in the body of the document.
Protecting nested code blocks
When asking for a Markdown file that contains code blocks, ask to wrap the whole Markdown in four backticks â that way the inner blocks (three backticks) donât break rendering:
Wrap the entire Markdown in four backticks to protect the inner code blocks.
â ïž The âno referencesâ instruction applies only to the file content; in a normal chat reply, citations are still useful for accuracy and transparency.