it("renders", () => {
  expect(
    render(<Markdown># Foo</Markdown>).container.firstChild,
  ).toMatchSnapshot();
});