You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
242
242
</blockquote>
243
243
`;
@@ -264,10 +264,10 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
264
264
265
265
it("handles links correctly",()=>{
266
266
constmarkdown=`A link example:
267
-
Here's a link to [OpenAI's website](https://openai.com/).`;
267
+
Here's a link to [OpenAI\'s website](https://openai.com/).`;
268
268
269
269
constexpected=`<p>A link example:
270
-
Here's a link to <a style="color:#007bff;text-decoration:underline;background-color:transparent" href="https://openai.com/" target="_blank">OpenAI's website</a>.</p>
270
+
Here's a link to <a href="https://openai.com/" target="_blank" style="color:#007bff;text-decoration:underline;background-color:transparent">OpenAI's website</a>.</p>
0 commit comments