diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-24 20:41:16 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-24 20:41:24 -0300 |
commit | cdc6efcbc3f8733e452b0cfe5bc2142688c06be6 (patch) | |
tree | 4cc961eaa0f4b7519eddd8a189b54daba15bfcf6 /src/replacer.js | |
parent | 1d1e9f8eb84e8a1931a255e6022edf7865162ce2 (diff) |
content, css: transformContent: [[tooltip]] tag preview
Diffstat (limited to 'src/replacer.js')
-rw-r--r-- | src/replacer.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/replacer.js b/src/replacer.js index 32657a5a..b7da7643 100644 --- a/src/replacer.js +++ b/src/replacer.js @@ -174,6 +174,11 @@ export const replacerSpec = { find: 'trackWithArtwork', link: 'linkTrackReferencingArtworks', }, + + 'tooltip': { + value: (ref) => ref, + link: null, + } }; // Syntax literals. |