Files
freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-c-code.md

293 B

--seed--

--seed-contents--

<html>
  <body>
  </body>
</html>
body {
  background: green;
}
var x = 'y';

--solutions--

::id{#html-key}

<html>
  <body>
  </body>
</html>
body {
  background: white;
}
var x = 'y';