qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

Linked CSS isn't recognized while exporting to PDF #162

Open 9z0 opened 1 month ago

9z0 commented 1 month ago

Steps:

  1. add this to top of MD file: <link rel="stylesheet" type="text/css" href="style.css"/>
  2. Add some characteristic style to style.css
  3. Open MD preview to make sure it is working
  4. export to PDF using MD Extended

Thank you