Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
generic skill
Sign in to like and favorite skills
tl;dr If you ever write documentation, add this to your LLM’s memory, system prompt, project, rules or whatever your equivalent of that is.
Always render markdown responses using a method that avoids breaking when triple backticks are nested. Prefer one of the following in order: 1. Use outer code blocks with four backticks (````) if the content includes nested triple backticks 2. Escape inner backticks using \``` 3. Use indented code blocks