diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-29 12:28:58 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-29 12:28:58 +0200 |
commit | 48823f080218d5a13dbde2ed152b8144de5afef8 (patch) | |
tree | 0d26426681fee7f6dccf815944a0c02e2486fe0f /src/util/sanitize_uri.rs | |
parent | 7bf7e86db9db89da11f80d2199bcd5ca7988efba (diff) | |
download | markdown-rs-48823f080218d5a13dbde2ed152b8144de5afef8.tar.gz markdown-rs-48823f080218d5a13dbde2ed152b8144de5afef8.tar.bz2 markdown-rs-48823f080218d5a13dbde2ed152b8144de5afef8.zip |
Fix attention starting and ending in different links
Example:
```markdown
[*]() [*]()
```
There was already code for:
```markdown
[*]() x*.
*x [*]().
```
But that wasn’t correct for attention at the same depth but in different places.
Closes GH-21.
Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com>
Diffstat (limited to 'src/util/sanitize_uri.rs')
0 files changed, 0 insertions, 0 deletions