You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cheatsheets/markdown/links.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,20 +147,20 @@ Another example - note the links might be in a `## Footnotes` section.
147
147
**Code**
148
148
149
149
```markdown
150
-
- `AssertionError`: raised in case of failure of an assertion [1].
150
+
- `AssertionError`: raised in case of failure of an assertion [2].
151
151
152
152
...
153
153
154
-
[1]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
154
+
[2]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
155
155
```
156
156
157
157
**Result**
158
158
159
-
-`AssertionError`: raised in case of failure of an assertion [1].
159
+
-`AssertionError`: raised in case of failure of an assertion [2].
160
160
161
161
...
162
162
163
-
[1]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
163
+
[2]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
0 commit comments