vscode-markdown-pdf icon indicating copy to clipboard operation
vscode-markdown-pdf copied to clipboard

the `:has()` selector doesn't affect the pdf

Open marifcelik opened this issue 2 years ago • 0 comments

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

p:has(img) {
  text-align: center;
}

other css selectors works but the :has selector doesn't seem to work.

marifcelik avatar Nov 04 '23 21:11 marifcelik