diff --git a/v1/lib/server/__tests__/__snapshots__/docs.test.js.snap b/v1/lib/server/__tests__/__snapshots__/docs.test.js.snap index 50cf8f40c95a..db40533cbb03 100644 --- a/v1/lib/server/__tests__/__snapshots__/docs.test.js.snap +++ b/v1/lib/server/__tests__/__snapshots__/docs.test.js.snap @@ -48,6 +48,42 @@ const testStr = \`![image3](assets/image3.gif)\`; \`\`\`" `; +exports[`mdToHtmlify transforms reference links 1`] = ` +" +### Existing Docs + +- [doc1][doc1] +- [doc2][doc2] + +### Non-existing Docs + +- [hahaha][hahaha] + +## Repeating Docs + +- [doc1][doc1] +- [doc2][doc2] + +## Do not replace this +\`\`\`md +![image1][image1] +\`\`\` + +\`\`\`js +const doc1 = foo(); +console.log(\\"[image2][image2]\\"); +const testStr = \`![image3][image3]\`; +\`\`\` + +[doc1]: /docs/en/next/doc1 +[doc2]: /docs/en/next/doc2 +[hahaha]: hahaha.md +[image1]: assets/image1.png +[image2]: assets/image2.jpg +[image3]: assets/image3.gif +" +`; + exports[`replaceAssetsLink does not transform document without valid assets link 1`] = ` " ### Existing Docs