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
After updating markdown libs ( #265 ), alt / title in image links are escaped when underscored:
[my_image](../some_image.jpg)
Becomes
[my\_image](../some_image.jpg)
This only happens when the image is stand-alone and not part of a larger paragraph:
This has no issues [my_image](../some_image.jpg)
It may be related to image unwrapping, where I unwrap solo images before handing off to slate; investigate whether re-wrapping fixes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After updating markdown libs ( #265 ), alt / title in image links are escaped when underscored:
Becomes
This only happens when the image is stand-alone and not part of a larger paragraph:
It may be related to image unwrapping, where I unwrap solo images before handing off to slate; investigate whether re-wrapping fixes.
The text was updated successfully, but these errors were encountered: