dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
57 lines
448 B
Markdown
57 lines
448 B
Markdown
# --description--
|
|
|
|
Paragraph 1
|
|
|
|
```html
|
|
code example
|
|
```
|
|
|
|
```yaml
|
|
key:
|
|
- subkey: value
|
|
anothersubkey: another value
|
|
```
|
|
|
|
# --instructions--
|
|
|
|
Paragraph 0
|
|
|
|
```html
|
|
code example 0
|
|
```
|
|
|
|
# --hints--
|
|
|
|
First hint
|
|
|
|
```js
|
|
// test code
|
|
```
|
|
|
|
Second hint with <code>code</code>
|
|
|
|
```js
|
|
// more test code
|
|
```
|
|
|
|
# --seed--
|
|
|
|
## --seed-contents--
|
|
|
|
```html
|
|
<html>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
```
|
|
|
|
```css
|
|
body {
|
|
background: green;
|
|
}
|
|
```
|
|
|
|
```js
|
|
var x = 'y';
|
|
```
|