Skip to content

Instantly share code, notes, and snippets.

@fdmysterious
Created January 8, 2024 10:23
Show Gist options
  • Save fdmysterious/1727fd0f5ab237908528c3fc5915b0a6 to your computer and use it in GitHub Desktop.
Save fdmysterious/1727fd0f5ab237908528c3fc5915b0a6 to your computer and use it in GitHub Desktop.
Better vscode markdown preview
body {
max-width: 1000px;
margin: auto;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
p {
text-align: justify;
}
h2 {
margin-top: 30px;
}
{
// ... //
"markdown.styles": [
".vscode/assets/preview-style.css" // Replace with path to the css file
],
// ... //
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment