- Commit
- 7eb81622aedcda536f41bc36b63d3fc48c065838
- Parent
- 34cd161d7b70c39957f46c9602aef165d747a466
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed scanner for link url.
re2c returns the longest match, so we were getting bad
results with
[link](foo\(and\(bar\)\))
which it would parse as containing a bare `\` followed by
an in-parens chunk ending with the final paren.