Back to Freecodecamp

--seed--

tools/challenge-parser/parser/__fixtures__/with-multiple-solns.md

latest586 B
Original Source

--seed--

--seed-contents--

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

--solutions--

::id{#html-key}

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

::id{#html-key}

html
<html>
  <body>
  solution number two
  </body>
</html>
css
body {
  background: white;
}
js
var x = 'y';

::id{#html-key}

html
<html>
  <body>
  </body>
</html>
css
body {
  background: white;
}
js
var x = 'y3';