fix: fixed bookmarklet for cold start finally, hopefully, maybe

This commit is contained in:
2026-02-22 19:08:21 +01:00
parent c6afd545a6
commit 13517f134c
4 changed files with 209 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ describe('blogmark deep-link payload', () => {
it('builds safe markdown source link', () => {
const markdown = buildBlogmarkMarkdownLink('A [title] (test)', 'https://example.com/x?y=1');
expect(markdown).toBe('[A \\[title\\] \\(test\\)](<https://example.com/x?y=1>)');
expect(markdown).toBe('[A \\[title\\] \\(test\\)](https://example.com/x?y=1)');
});
it('generates bookmarklet that targets bds protocol', () => {