We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input markdown:
— *![alt text](https://localhost:4567/some/url)*
Output ADF:
{ "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "— " }, { "type": "text", "text": "[alt text](http", "marks": [ { "type": "em" } ] }, { "type": "emoji", "attrs": { "shortName": "//localhost" } }, { "type": "text", "text": "4567/some/url)" } ] } ], "version": 1 }
Matcher should avoid URLs in image or link syntax.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input markdown:
Output ADF:
Matcher should avoid URLs in image or link syntax.
The text was updated successfully, but these errors were encountered: