Skip to content

Commit f55d745

Browse files
committed
Add languages to code blocks
1 parent 76e30d8 commit f55d745

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is available on:
88
https://uutils.github.io/coreutils/docs/
99

1010
Can be generated with:
11-
```
11+
```bash
1212
cargo run --bin uudoc --all-features
1313
cd docs
1414
mdbook build
@@ -20,7 +20,7 @@ It is available on:
2020
https://uutils.github.io/dev/coreutils/
2121

2222
Can be generated with:
23-
```
23+
```bash
2424
cargo doc --no-deps --all-features --workspace
2525
```
2626

content/gsoc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ However, a bunch of work remains on the color side for a full GNU compat. Other
6565
We have 12 remaining failing tests.
6666

6767
To get the list of failing tests, run:
68-
```
69-
$ ./util/remaining-gnu-error.py |grep "/ls/"
68+
```bash
69+
$ ./util/remaining-gnu-error.py | grep "/ls/"
7070
```
7171

7272
- Difficulty: Medium
@@ -82,8 +82,8 @@ Most of the features in `cp` have been implemented by now.
8282
However, some corner cases needs to be implemented. We have 16 remaining failing tests.
8383

8484
To get the list of failing tests, run:
85-
```
86-
$ ./util/remaining-gnu-error.py |grep "/cp/"
85+
```bash
86+
$ ./util/remaining-gnu-error.py | grep "/cp/"
8787
```
8888

8989
- Difficulty: Medium
@@ -99,8 +99,8 @@ Most of the features in `mv` have been implemented by now.
9999
However, some corner cases needs to be implemented. We have 10 remaining failing tests.
100100

101101
To get the list of failing tests, run:
102-
```
103-
$ ./util/remaining-gnu-error.py |grep "/mv/"
102+
```bash
103+
$ ./util/remaining-gnu-error.py | grep "/mv/"
104104
```
105105

106106
- Difficulty: Medium

0 commit comments

Comments
 (0)