snippets: adjust the <p> tag snippet to avoid conflict with `py!pth`
- ID
43aadf3- date
2026-08-21 13:47:28+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
0392c14- message
snippets: adjust the <p> tag snippet to avoid conflict with `py!pth`- changed files
1 file, 1 addition, 1 deletion
Changed files
create_snippets.py (9072 → 9073)
diff --git a/create_snippets.py b/create_snippets.py
index 1fd978e..06a4e6f 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -22,7 +22,7 @@ def read(name: str) -> str:
SNIPPETS = {
"!a": '<a href="{clipboard}">{clipboard}</a>',
"!bq": "<blockquote>{clipboard}</blockquote>",
- "!p": "<p>{clipboard}</p>",
+ "!pp": "<p>{clipboard}</p>",
# =========================
# Get the current date/time