From d7370ca14b2c07d53fca76217d2f522c26926f75 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 26 Oct 2018 16:39:55 -0700 Subject: [PATCH] Commit snapshot? --- .../__tests__/__snapshots__/docs.test.js.snap | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) 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