diff --git a/packages/docusaurus-plugin-content-blog/src/__tests__/__snapshots__/feed.test.ts.snap b/packages/docusaurus-plugin-content-blog/src/__tests__/__snapshots__/feed.test.ts.snap index 9296d8d91e4f..8af04cf9ae22 100644 --- a/packages/docusaurus-plugin-content-blog/src/__tests__/__snapshots__/feed.test.ts.snap +++ b/packages/docusaurus-plugin-content-blog/src/__tests__/__snapshots__/feed.test.ts.snap @@ -19,13 +19,15 @@ exports[`atom filters to the first two entries 1`] = ` 2023-07-23T00:00:00.000Z absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]> <![CDATA[MDX Blog Sample with require calls]]> @@ -63,13 +65,15 @@ exports[`atom filters to the first two entries using limit 1`] = ` 2023-07-23T00:00:00.000Z absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]>
<![CDATA[MDX Blog Sample with require calls]]> @@ -107,13 +111,15 @@ exports[`atom has feed item for each post 1`] = ` 2023-07-23T00:00:00.000Z absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]>
<![CDATA[MDX Blog Sample with require calls]]> @@ -224,7 +230,7 @@ exports[`json filters to the first two entries 1`] = ` "items": [ { "id": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", - "content_html": "

absolute full url

/n

absolute url with implicit domain name

/n

relative url

/n

anchor

/n

/n

\\"\\"

/n/n", + "content_html": "

absolute full url

/n

absolute pathname

/n

relative pathname

/n

md link

/n

anchor

/n

relative pathname + anchor

/n

/n

\\"\\"

/n/n", "url": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", "title": "test links", "summary": "absolute full url", @@ -255,7 +261,7 @@ exports[`json filters to the first two entries using limit 1`] = ` "items": [ { "id": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", - "content_html": "

absolute full url

/n

absolute url with implicit domain name

/n

relative url

/n

anchor

/n

/n

\\"\\"

/n/n", + "content_html": "

absolute full url

/n

absolute pathname

/n

relative pathname

/n

md link

/n

anchor

/n

relative pathname + anchor

/n

/n

\\"\\"

/n/n", "url": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", "title": "test links", "summary": "absolute full url", @@ -286,7 +292,7 @@ exports[`json has feed item for each post 1`] = ` "items": [ { "id": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", - "content_html": "

absolute full url

/n

absolute url with implicit domain name

/n

relative url

/n

anchor

/n

/n

\\"\\"

/n/n", + "content_html": "

absolute full url

/n

absolute pathname

/n

relative pathname

/n

md link

/n

anchor

/n

relative pathname + anchor

/n

/n

\\"\\"

/n/n", "url": "https://docusaurus.io/myBaseUrl/blog/blog-with-links", "title": "test links", "summary": "absolute full url", @@ -392,13 +398,15 @@ exports[`rss filters to the first two entries 1`] = ` Sun, 23 Jul 2023 00:00:00 GMT absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]> <![CDATA[MDX Blog Sample with require calls]]> @@ -438,13 +446,15 @@ exports[`rss filters to the first two entries using limit 1`] = ` Sun, 23 Jul 2023 00:00:00 GMT absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]>
<![CDATA[MDX Blog Sample with require calls]]> @@ -484,13 +494,15 @@ exports[`rss has feed item for each post 1`] = ` Sun, 23 Jul 2023 00:00:00 GMT absolute full url

-

absolute url with implicit domain name

-

relative url

+

absolute pathname

+

relative pathname

+

md link

anchor

-

-

- -]]>
+

relative pathname + anchor

+

+

+ +]]>
<![CDATA[MDX Blog Sample with require calls]]>