Last active
March 6, 2023 15:19
-
-
Save mskelton/e6772b7ca5d8c9195a9143ef3a75c499 to your computer and use it in GitHub Desktop.
npm Improved Markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name npm Improved Markdown | |
@namespace github.com/mskelton | |
@version 1.1.0 | |
@description Some simple changes to npm markdown styles to fix blockquote and table style oddities. | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/e6772b7ca5d8c9195a9143ef3a75c499 | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://www.npmjs.com/package") { | |
blockquote > p { | |
margin: 5px 0 !important; | |
} | |
table { | |
margin-bottom: 16px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment