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-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,22 +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[1].
151
151
152
152
...
153
153
154
-
[1:AssertionError]
155
-
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
+
[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.
156
155
```
157
156
158
157
**Result**
159
158
160
-
-`AssertionError` : raised in case of failure of an assertion[1].
159
+
-`AssertionError` : raised in case of failure of an assertion[1].
161
160
162
161
...
163
162
164
-
[1:AssertionError]
165
-
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
+
[1:AssertionError]: 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