Open marifcelik opened 1 year ago
i have style.css file in the project root folder and i setted the "markdown-pdf.styles": [ "style.css" ]. i use this css code to center all images
style.css
"markdown-pdf.styles": [ "style.css" ]
p:has(img) { text-align: center; }
other css selectors works but the :has selector doesn't seem to work.
:has
i have
style.css
file in the project root folder and i setted the"markdown-pdf.styles": [ "style.css" ]
. i use this css code to center all imagesother css selectors works but the
:has
selector doesn't seem to work.