Skip to content

Commit 032d1ec

Browse files
authored
update wording in example site docs (#181)
1 parent 1ae022c commit 032d1ec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/examples/pymdown-pygments-dark/docs/sample-languages/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/bash-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

tests/examples/pymdown-pygments-dark/docs/sample-languages/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/javascript-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

tests/examples/pymdown-pygments-dark/docs/sample-languages/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/python-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

tests/examples/pymdown-pygments/docs/sample-languages/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/bash-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

tests/examples/pymdown-pygments/docs/sample-languages/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/javascript-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

tests/examples/pymdown-pygments/docs/sample-languages/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample-languages/python-base.md
44

55
## Inline Hilighting
66

7-
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [pygments-supported programming language](https://pygments.org/languages/):
7+
Inline highlighting can be added by prefixing the code snippet with three colons and the name of the [supported programming language](https://pygments.org/languages/):
88

99
```text
1010
```:::LANGUAGE some code snippet```

0 commit comments

Comments
 (0)