diff --git a/test/test.jsx b/test/test.jsx index ac8af80c..4e1b9341 100644 --- a/test/test.jsx +++ b/test/test.jsx @@ -889,7 +889,7 @@ test('should render footnote with custom options', () => { remarkRehypeOptions={{clobberPrefix: 'main-'}} /> ), - '

This is a statement1 with a citation.

\n

Footnotes

\n
    \n
  1. \n

    This is a footnote for the citation.

    \n
  2. \n
\n
' + '

This is a statement1 with a citation.

\n

Footnotes

\n
    \n
  1. \n

    This is a footnote for the citation.

    \n
  2. \n
\n
' ) })