dependabot[bot]
2024-09-25 0aacd8ed2e102d75d22b7e623e1e91ac961933a1
quartz/plugins/transformers/ofm.ts
@@ -324,8 +324,8 @@
            replacements.push([
              tagRegex,
              (_value: string, tag: string) => {
                // Check if the tag only includes numbers
                if (/^\d+$/.test(tag)) {
                // Check if the tag only includes numbers and slashes
                if (/^[\/\d]+$/.test(tag)) {
                  return false
                }