Open isoos opened 1 year ago
This is because there is a tab character between the link destination and the quoted link title. But the spec says:
A link reference definition consists of a link label, optionally preceded by up to three spaces of indentation, followed by a colon (:), optional spaces or tabs (including up to one line ending), a link destination, optional spaces or tabs (including up to one line ending), and an optional link title, which if it is present must be separated from the link destination by spaces or tabs.
So I think we have a bug. Glancing at the impl, it may be that this line does not include $tab
:
markdown 7.1.0
reproduce markdown:
[ByteBuffer]: https://api.dart.dev/stable/2.0.0/dart-typed_data/ByteBuffer-class.html "ByteBuffer class" [Characters]: https://pub.dev/documentation/characters/latest/characters/Characters-class.html "Characters class"