Skip to content

Commit 72df691

Browse files
committed
Some docs cleanup.
1 parent 37b9490 commit 72df691

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ title of a link.
7373

7474
Mentions use the format `@{user}` to link to a user or organization and
7575
`@{user}/{project}` to link to a project. The defaults defined in the
76-
configuration options are ignored by mentions. An mention may be escaped by
76+
configuration options are ignored by mentions. A mention may be escaped by
7777
adding a backslash immediately before the at sign (`@`).
7878

7979
All mentions are assigned the `gh-mention` class.
8080

8181
The following table provides some examples:
8282

83-
| shorthand | href | rendered result |
84-
| ---------- | -----------------------------| ------------------------------------------------------------------|
85-
| `@foo` | `https://github.com/foo` | [@foo](https://github.com/foo "GitHub User: @foo") |
86-
| `@foo/bar` | `https://github.com/foo/bar` | [@foo/bar](https://github.com/foo/bar "GitHub Project: @foo/bar") |
87-
| `\@123` | | @foo |
88-
| `\@foo/bar | | @foo/bar |
83+
| shorthand | href | rendered result |
84+
| ----------- | ---------------------------- | ------------------------------------------------------------------|
85+
| `@foo` | `https://github.com/foo` | [@foo](https://github.com/foo "GitHub User: @foo") |
86+
| `@foo/bar` | `https://github.com/foo/bar` | [@foo/bar](https://github.com/foo/bar "GitHub Project: @foo/bar") |
87+
| `\@123` | | @foo |
88+
| `\@foo/bar` | | @foo/bar |
8989

9090
### Issues
9191

@@ -117,7 +117,7 @@ This feature is *not yet implemented*.
117117

118118
## License
119119

120-
The Python-Markdown Github-Links Extension is licended under the [BSD License] as
120+
The Python-Markdown Github-Links Extension is licensed under the [BSD License] as
121121
defined in `LICENSE`.
122122

123123
[BSD License]: http://opensource.org/licenses/BSD-3-Clause

0 commit comments

Comments
 (0)