10000 0.2.0 · wanglong/cnblogs-markdown-css@7eb2df8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eb2df8

Browse files
committed
0.2.0
1 parent 688be4d commit 7eb2df8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-markdown-css",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
55
"license": "MIT",
66
"repository": "sindresorhus/github-markdown-css",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-markdown-css",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
55
"license": "MIT",
66
"repository": "sindresorhus/github-markdown-css",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ githubMarkdownCss(function (err, css) {
6363
}
6464

6565
console.log(css);
66-
//=> article { display: block; } ...
66+
//=> .markdown-body { ...
6767
});
6868
```
6969

0 commit comments

Comments
 (0)
0