freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-yaml.md

448 B

--description--

Paragraph 1

code example
key:
  - subkey: value
    anothersubkey: another value

--instructions--

Paragraph 0

code example 0

--hints--

First hint

// test code

Second hint with code

// more test code

--seed--

--seed-contents--

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