yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

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

Open marifcelik opened 1 year ago

marifcelik commented 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

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

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