commit | 31a4e63b00b8edfd1fb601f26eee80b81adea121 | [log] [tgz] |
---|---|---|
author | Zhiguang Chen <zhiguang.c@gmail.com> | Wed Feb 15 19:47:12 2023 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 15 10:47:12 2023 -0800 |
tree | 7bea0ff696b7cef2d112f60d145da4d188c31f80 | |
parent | 55e555a77172dcf08f445f6cd4f626445e14fe8f [diff] |
Remove lookarounds from autolink extension patterns (dart-lang/markdown#519) * Remove lookarounds from autolink extension patterns * Fix some spelling * Remove negative lookahead from email link pattern * Fix some review requests.