Socket
Socket
Sign inDemoInstall

github-markdown-css

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-markdown-css - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

4

package.json
{
"name": "github-markdown-css",
"version": "5.1.0",
"version": "5.2.0",
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",

@@ -35,4 +35,4 @@ "license": "MIT",

"devDependencies": {
"generate-github-markdown-css": "^5.0.1"
"generate-github-markdown-css": "^5.0.2"
}
}

@@ -15,5 +15,5 @@ # github-markdown-css

```sh
npm install github-markdown-css
```
$ npm install github-markdown-css
```

@@ -48,3 +48,3 @@ ## Usage

If you want code syntax highlighted, use GitHub Flavored Markdown rendered from [GitHub's `/markdown` API](https://docs.github.com/en/free-pro-team@latest/rest/reference/markdown).
You can use [GitHub's `/markdown` API](https://docs.github.com/en/free-pro-team@latest/rest/reference/markdown) to turn Markdown into the HTML that GitHub generates, which works well with the CSS in this repo. Other Markdown parsers will mostly work with these styles too. To mimic how GitHub highlights code, you can use [`starry-night`](https://github.com/wooorm/starry-night) with your Markdown parser of choice.

@@ -51,0 +51,0 @@ There are 3 themes provided in this package:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc