File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
22
A markdown editor with preview, implemented with React.js and TypeScript.
23
23
</p >
24
24
25
+
26
+ [ Migrate from @uiw/react-markdown-editor 4.x to 5.x.] ( https://github.com/uiwjs/react-markdown-editor/releases/tag/v5.0.0 )
27
+
25
28
## Install
26
29
27
30
``` bash
@@ -295,7 +298,7 @@ As always, thanks to our amazing contributors!
295
298
<img src =" https://uiwjs.github.io/react-markdown-editor/CONTRIBUTORS.svg " />
296
299
</a >
297
300
298
- Made with [ github- action-contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
301
+ Made with [ action-contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
299
302
300
303
## License
301
304
Original file line number Diff line number Diff line change 3
3
padding : 15px 0 100px 0 ;
4
4
font-size : 12px ;
5
5
line-height : 20px ;
6
- color : #fff ;
7
6
a {
8
- color : #03a9f4 ;
7
+ color : var ( --color-accent-fg ) ;
9
8
}
10
9
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export interface IFooterProps {
10
10
11
11
export default function Footer ( { name, href, year, github } : IFooterProps ) {
12
12
return (
13
- < div className = { style . footer } >
13
+ < div className = { [ style . footer , 'wmde-markdown-var' ] . join ( ' ' ) } >
14
14
< div >
15
15
Licensed under MIT. (Yes it´s free and < a href = { github } > open-sourced</ a > )
16
16
</ div >
You can’t perform that action at this time.
0 commit comments