mark/testdata/mention.md

15 lines
232 B
Markdown
Raw Permalink Normal View History

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}