it("renders a link with an ampersand", () => {
  expect(
    render(<Markdown>[](http://foo.com?foo=bar&baz=blah)</Markdown>).container
      .firstChild,
  ).toMatchSnapshot();