Commit 7a2860

2024-03-21 01:29:55 Ralph Thesen: fixed typo
examples/syntax highlighting.md ..
@@ 4,7 4,7 @@
A code block is fenced with three backticks `` ``` `` on the line before and after the code block. To add syntax highlighting specify the language next to the backticks of the first line, e.g.
- A fenced code block with langeuage yaml, like
+ A fenced code block with language yaml, like
```yaml
version: '3'
@@ 61,7 61,7 @@
fnow = fnext;
fnext = tempf;
}
- return fnext;
+ return fnext;
}
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9