non-standard markdown for images doesnt render correctly 
Description
this syntax works in my Quartz static site:
![[image.jpg|350|200]]
but non-standard Markdown syntax does not work:

Expected Behavior
Both syntaxes should render images correctly in quartz site.
Actual Behavior
The obsidian style syntax renders correctly, while the non-standard markdown style does not.
Steps to Reproduce
- Use obsidian syntax in a .md file.
- Use the non-standard syntax in .md file. (i tested with both in the same file)
- Observe.
Additional Information
- both render correctly in Obsidian but not in Quartz.
- just to be clear, it does render, but the image doesnt get limited to 350|200 when i build the site.
- i use the https://github.com/mnaoumov/obsidian-better-markdown-links to get my site links to work in quartz (withouth quartz syncer) i selected to option to convert my whole vault, and it improved everything except the image rendering.
Considering this functionality comes from a plugin that changes how links work, we will most likely not implement this in Quartz.
Feel free to open an Issue in the Quartz Syncer repository to integrate this in Quartz Syncer, though.
the core issue is that the image displays correctly in obsidian but not in quartz
the core issue is that the image displays correctly in obsidian but not in quartz
Does the image still display correctly after disabling the plugin you linked?
yes
Fixed with: https://github.com/jackyzha0/quartz/pull/2239