res.write(`data: ${payload}`);
',
+ 'https://example.com'
+ );
+
+ expect(markdown).toContain('res.write(`data: ${payload}`);');
+ expect(markdown).not.toContain('\\`');
+ });
+
+ test('should lengthen the fence when the code contains a fence line', () => {
+ const markdown = createMarkdownContent(
+ '