docs(templates): fix markdown trailing newline lint

This commit is contained in:
Abhimanyu Saharan
2026-02-12 18:03:07 +00:00
parent db0870e994
commit ab01cf60c0

View File

@@ -195,4 +195,4 @@ print(env.get_template('AGENTS.md').render(**ctx))
PY
```
If the template references a variable not present in `ctx`, Jinja2 will raise immediately (by design).
If the template references a variable not present in `ctx`, Jinja2 will raise immediately (by design).