Julia van der Kris
2024-10-07 313cef60ee8d2454263d8ae7671c846f4d418f0e
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
                }