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
[You can use numbers for reference-style link definitions][1]
148
141
149
142
[1]: http://slashdot.org
143
+
144
+
Another example - note the links might be in a `## Footnotes` section.
145
+
146
+
147
+
**Code**
148
+
149
+
```markdown
150
+
- `AssertionError` : raised in case of failure of an assertion[1].
151
+
152
+
...
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.
150
156
```
151
157
158
+
**Result**
159
+
160
+
-`AssertionError` : raised in case of failure of an assertion[1].
161
+
162
+
...
163
+
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.
166
+
167
+
152
168
### Link text
153
169
154
170
Example:
@@ -165,13 +181,6 @@ Or leave it empty and use the [link text itself].
0 commit comments