freeCodeCamp/tools/challenge-md-parser/__snapshots__/text-to-data.test.js.snap

18 lines
601 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`text-to-data should have an output to match the snapshot 1`] = `
Object {
"description": "<section id=\\"description\\">
<p>Welcome to freeCodeCamp's HTML coding challenges. These will walk you through web development step-by-step.</p>
<p>Lorem Ipsum with <code>some code</code></p>
<p><blockquote>
<p>Some text in a blockquote</p>
<p>Some text in a blockquote, with <code>code</code></p>
</blockquote></p>
<p><pre><code class=\\"language-html\\">&#x3C;p>We aim to preserve this&#x3C;/p>
</code></pre></p>
</section>",
"instructions": "",
}
`;