File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Renders Markdown as React components" ,
5
5
"author" :
" Christian Murphy <[email protected] >" ,
6
6
"license" : " MIT" ,
7
+ "repository" : " remarkjs/react-remark" ,
8
+ "bugs" : " https://github.com/remarkjs/react-remark/issues" ,
9
+ "funding" : {
10
+ "type" : " opencollective" ,
11
+ "url" : " https://opencollective.com/unified"
12
+ },
7
13
"main" : " dist/index.js" ,
8
14
"module" : " dist/react-markdown.esm.js" ,
9
15
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# react-remark
2
2
3
- [ ![ CI] ( https://github.com/ChristianMurphy /react-remark/workflows/CI/badge.svg?branch=main )] ( https://github.com/ChristianMurphy /react-remark/actions?query=workflow%3ACI )
3
+ [ ![ CI] ( https://github.com/remarkjs /react-remark/workflows/CI/badge.svg?branch=main )] ( https://github.com/remarkjs /react-remark/actions?query=workflow%3ACI )
4
4
[ ![ Downloads] ( https://img.shields.io/npm/dm/react-remark.svg )] ( https://www.npmjs.com/package/react-remark )
5
5
[ ![ Size] ( https://img.shields.io/bundlephobia/minzip/react-remark.svg )] ( https://bundlephobia.com/result?p=react-remark )
6
6
@@ -64,7 +64,7 @@ const ExampleComponent = () => {
64
64
export default ExampleComponent ;
65
65
```
66
66
67
- [ More examples of usage as hook in storybook.] ( https://christianmurphy .github.io/react-remark/?path=/story/remark-hook--default )
67
+ [ More examples of usage as hook in storybook.] ( https://remarkjs .github.io/react-remark/?path=/story/remark-hook--default )
68
68
69
69
### As a component
70
70
@@ -109,11 +109,11 @@ const ExampleComponent = () => {
109
109
export default ExampleComponent ;
110
110
```
111
111
112
- [ More examples of usage as component in storybook.] ( https://christianmurphy .github.io/react-remark/?path=/story/remark-component--default )
112
+ [ More examples of usage as component in storybook.] ( https://remarkjs .github.io/react-remark/?path=/story/remark-component--default )
113
113
114
114
## Examples
115
115
116
- A set of runnable examples are provided through storybook at < https://christianmurphy .github.io/react-remark > .
116
+ A set of runnable examples are provided through storybook at < https://remarkjs .github.io/react-remark > .
117
117
The source for the story files can be found in [ _ /stories_ ] ( ./stories ) .
118
118
119
119
## Architecture
You can’t perform that action at this time.
0 commit comments