When it comes to building my blog, I've decided to go with docsify and manage my markdown files using VScode.
I wanted a preview of my blog, and after noticing that
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
was included in docsify's index.html
, I simply added this line "markdown.styles:["https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"]
to the settings.json file in VScode.
The css changes were successful, but unfortunately, I encountered a problem where I couldn't scroll in the preview within VScode.