-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
Add support for inline image #256
Conversation
parser/__tests__/index.test.js
Outdated
}); | ||
|
||
test('blockquote in alt', () => { | ||
// TODO: this test is failing !!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mark it as "xfail" or just fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this comment should be removed, test is already fixed
Co-authored-by: Tomek Zawadzki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 ✅ 👀
Co-authored-by: Tomek Zawadzki <[email protected]>
Details
This PR adds support for inline images inserted with the following syntax:
![alt text](http://example.com)
.Related Issues
Expensify/App#39275
Manual Tests
Linked PRs