#248 caused a regression in `pandocReferenceDefinition` (reference links): Consider this snippet: ```markdown This is a [link]. [link]: https://example.org ``` Before #248: <img width="241" alt="Screen Shot 2019-05-20 at 4 54 05 PM" src="https://user-images.githubusercontent.com/5544532/58058989-fa985280-7b1f-11e9-8450-3baa2f3e7cad.png"> After #248: <img width="242" alt="Screen Shot 2019-05-20 at 4 54 38 PM" src="https://user-images.githubusercontent.com/5544532/58058988-fa985280-7b1f-11e9-97c5-8ab78e39ad04.png">