mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
update name and readme
This commit is contained in:
parent
cfbf65f095
commit
1d5511d0b6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "github-markdown-css",
|
||||
"name": "storybook-addon-notes-github-markdown-css",
|
||||
"version": "1.0.0",
|
||||
"description": "Make your notes addon look like github markdown",
|
||||
"license": "MIT",
|
||||
|
@ -13,7 +13,7 @@ Make your notes addon look like github markdown. Shameless fork of [this](https:
|
||||
Download [manually](https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css), from [CDNJS](https://cdnjs.com/libraries/github-markdown-css), or with npm:
|
||||
|
||||
```
|
||||
$ npm install github-markdown-css
|
||||
$ npm install storybook-addon-notes-github-markdown-css
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -33,7 +33,7 @@ module.exports = (baseConfig, env, config) => {
|
||||
target: "index.html",
|
||||
parent: "head",
|
||||
text:
|
||||
'<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/hipstersmoothie/github-markdown-css/gh-pages/github-markdown.css" />'
|
||||
'<link rel="stylesheet" type="text/css" href="https://unpkg.com/storybook-addon-notes-github-markdown-css@1.0.0/github-markdown.css" />'
|
||||
}
|
||||
])
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user