@@ -73,19 +73,19 @@ title of a link.
73
73
74
74
Mentions use the format ` @{user} ` to link to a user or organization and
75
75
` @{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
77
77
adding a backslash immediately before the at sign (` @ ` ).
78
78
79
79
All mentions are assigned the ` gh-mention ` class.
80
80
81
81
The following table provides some examples:
82
82
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 |
89
89
90
90
### Issues
91
91
@@ -117,7 +117,7 @@ This feature is *not yet implemented*.
117
117
118
118
## License
119
119
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
121
121
defined in ` LICENSE ` .
122
122
123
123
[ BSD License ] : http://opensource.org/licenses/BSD-3-Clause
0 commit comments