-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed as not planned
Closed as not planned
Copy link
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
Link to runnable example
https://stackblitz.com/edit/stackblitz-starters-ifpvft?file=index.js
Steps to reproduce
- Create a link reference with whitespace in between the
[]
:
[foo][ ]
[foo]: https://example.com
- Pass into
fromMarkdown()
Expected behavior
The returned AST should identify [foo][ ]
as a linkReference
. (It appears that GitHub does this. I'm unsure if that's standard behavior for Markdown or not. The Micromark GFM extension exhibits the same behavior.)
Actual behavior
The returned AST identifies [foo][ ]
as text
rather than a link reference.
Affected runtime and version
Affected package manager and version
No response
Affected OS and version
No response
Build and bundle tools
No response
Metadata
Metadata
Assignees
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project