Fix missing line in generated snippets (#1117)

This commit is contained in:
Inna Harper
2025-07-10 10:17:05 +01:00
committed by GitHub
parent 6d092af6fd
commit b2d4322ca0
+1
View File
@@ -59,6 +59,7 @@ def process_snippet_block(match: re.Match, check_mode: bool = False) -> str:
{indent}```python
{indent}{indented_code}
{indent}```
{indent}_Full example: [{file_path}]({github_url})_
{indent}<!-- /snippet-source -->"""