Files
prompts/LLM-Instructions.md
2026-02-24 14:11:09 +01:00

18 lines
652 B
Markdown

# Results as raw Markdown
## Tildes (~~~) (very high reliability)
"Provide your results as raw Markdown. Wrap the entire output inside a triple-tilde (~~~) code block. Do not use backticks for the outer wrapper."
## 4 Backticks (high reliability)
"Please provide your results again as raw Markdown. Wrap the entire response in a fenced code block using four backticks (````) so that the internal triple-backtick code blocks do not break the formatting."
## Not good
"Please provide your results again as raw Markdown in a fenced code block."
Only works with Gemini; Perplexity and ChatGPT fail at the first source code block.