it('should parse an inline-style link to another feature with a custom linkRenderer', () => {
      function linkRenderer(attrs) {
        return { ...attrs, href: `___${attrs.href}` };
      }