freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-seed-keys-adjacent.md

25 lines
185 B
Markdown

# --seed--
## --seed-contents--
```html
<html>
<body>
</body>
</html>
```
```css
body {
background: green;
}
```
::id{#key-for-css}
::id{#key-for-js}
```js
var x = 'y';
```