From 23c46989ade987ede177b6efc1a23d87688746c0 Mon Sep 17 00:00:00 2001 From: Dalin Williams <5327214+funkeyfreak@users.noreply.github.com> Date: Sat, 22 Apr 2023 14:24:59 -0700 Subject: [PATCH] Fix Compatibility with "Automatic Backlinks to Note" Plugin Fixes issue where plugin collides with [Automatic Backlinks to Note plugin](https://github.com/ambrt/joplin-plugin-referencing-notes) - all credit goes to @sepremento (ref issue here) --- src/ui/bibliography-renderer/render-list-content-script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/bibliography-renderer/render-list-content-script.ts b/src/ui/bibliography-renderer/render-list-content-script.ts index e9ffadb..c37bdd6 100644 --- a/src/ui/bibliography-renderer/render-list-content-script.ts +++ b/src/ui/bibliography-renderer/render-list-content-script.ts @@ -70,7 +70,7 @@ export default function (context) { return `

References

- `; } },