Skip to content

Commit e54e017

Browse files
Update links.md
1 parent ec098c3 commit e54e017

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

cheatsheets/markdown/links.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,22 +147,20 @@ Another example - note the links might be in a `## Footnotes` section.
147147
**Code**
148148

149149
```markdown
150-
- `AssertionError` : raised in case of failure of an assertion[1].
150+
- `AssertionError` : raised in case of failure of an assertion [1].
151151

152152
...
153153

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.
156155
```
157156

158157
**Result**
159158

160-
- `AssertionError` : raised in case of failure of an assertion[1].
159+
- `AssertionError` : raised in case of failure of an assertion [1].
161160

162161
...
163162

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.
166164

167165

168166
### Link text

0 commit comments

Comments
 (0)