quartz icon indicating copy to clipboard operation
quartz copied to clipboard

non-standard markdown for images doesnt render correctly ![350|200](<./static_files/personal/deanpfp.jpg>)

Open DeanLemans opened this issue 2 months ago • 5 comments

Description

this syntax works in my Quartz static site:

![[image.jpg|350|200]]

but non-standard Markdown syntax does not work:

![350|200](<./static_files/personal/image.jpg>)

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

  1. Use obsidian syntax in a .md file.
  2. Use the non-standard syntax in .md file. (i tested with both in the same file)
  3. 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.

DeanLemans avatar Oct 06 '25 23:10 DeanLemans

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.

saberzero1 avatar Oct 08 '25 15:10 saberzero1

the core issue is that the image displays correctly in obsidian but not in quartz

DeanLemans avatar Oct 08 '25 16:10 DeanLemans

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?

saberzero1 avatar Oct 08 '25 17:10 saberzero1

yes

DeanLemans avatar Oct 09 '25 18:10 DeanLemans

Fixed with: https://github.com/jackyzha0/quartz/pull/2239

DeanLemans avatar Dec 08 '25 12:12 DeanLemans