mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 20:21:12 +00:00
Move mention macro into a goldmark-parser/renderer
This commit is contained in:
15
testdata/mention.md
vendored
Normal file
15
testdata/mention.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Hello @{username}!
|
||||
Unclosed @{mention
|
||||
Not a mention @{}
|
||||
Another one @{name}
|
||||
Multiple @{one} and @{two}
|
||||
In a link [mention @{me}](http://example.com)
|
||||
In a code `@{username}`
|
||||
In a block:
|
||||
```
|
||||
@{username}
|
||||
```
|
||||
|
||||
Indented:
|
||||
|
||||
@{username}
|
||||
Reference in New Issue
Block a user