Files
Oliver Eyton-Williams a3a678b7af chore: remove old parser
2021-02-02 09:51:02 +05:30

25 lines
185 B
Markdown

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