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
Describe the bug TypeError: Cannot read properties of undefined (reading 'content')
Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior render the preview
Markdown file any markdown file will lead to this error
Screenshots
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
It works well with version 0.8.1. But when I update it to version 0.8.2, it will lead to this error.
Sorry, something went wrong.
crossnote
"crossnote": "^0.8.20"
0.8.21
v0.8.2
- an image link - ![](/assets/images/2023-10-02-09-29-36.png)
Note
using the img tag does work correctly
img
<img src="" width="300">
Will fix soon. Thanks
"crossnote": "^0.8.22"
Yes I also published a new release of the extension. So it should be working now. Sorry for the trouble.
shd101wyy
No branches or pull requests
Describe the bug
TypeError: Cannot read properties of undefined (reading 'content')
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
render the preview
Markdown file
any markdown file will lead to this error
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: