Fix missing line in generated snippets (#1117)
This commit is contained in:
@@ -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 -->"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user