@@ -73,19 +73,19 @@ title of a link.
7373
7474Mentions 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
7777adding a backslash immediately before the at sign (` @ ` ).
7878
7979All mentions are assigned the ` gh-mention ` class.
8080
8181The 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
121121defined in ` LICENSE ` .
122122
123123[ BSD License ] : http://opensource.org/licenses/BSD-3-Clause
0 commit comments