freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-imports-two.md

557 B

::import{component="Script" from="./script.md" } ::import{component="Second" from="./script-two.md" }

--description--

Paragraph 1

code example

--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;
}

::use{component="Second"}

::id{#custom-name}

var x = 'y';

::use{component="Script"}