Remove test file

This commit is contained in:
Test User
2025-10-23 18:33:48 +02:00
parent 0463d73ef9
commit 8c4f612e4b
33 changed files with 2718 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"name": "lowercase_keys",
"description": "All frontmatter keys must be lowercase",
"type": "keys"
}
+5
View File
@@ -0,0 +1,5 @@
{
"name": "summary_to_description",
"description": "Rename 'summary' key to 'description'",
"type": "rename"
}
+5
View File
@@ -0,0 +1,5 @@
{
"name": "tag_to_tags",
"description": "Rename 'tag' key to 'tags'",
"type": "rename"
}
+5
View File
@@ -0,0 +1,5 @@
{
"name": "tags_normalization",
"description": "Normalize tags to lowercase with underscores",
"type": "tags"
}