mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:21:05 +08:00
fix mdx2 comment syntax and upgrade prettier
This commit is contained in:
parent
4c8f7a6422
commit
71fcb492e4
@ -66,7 +66,7 @@
|
||||
"global": "^4.4.0",
|
||||
"overlayscrollbars": "^1.13.1",
|
||||
"polished": "^4.2.2",
|
||||
"prettier": ">=2.2.1 <=2.3.0",
|
||||
"prettier": "*",
|
||||
"react-popper-tooltip": "^3.1.1",
|
||||
"react-syntax-highlighter": "^15.4.5",
|
||||
"react-textarea-autosize": "^8.3.0",
|
||||
|
@ -123,11 +123,11 @@ Right aligned columns
|
||||
|
||||
[link with title](http://nodeca.github.io/pica/demo/ 'title text!')
|
||||
|
||||
<!--lint disable no-literal-urls-->
|
||||
{/* lint disable no-literal-urls */}
|
||||
|
||||
Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
|
||||
|
||||
<!--lint enable no-literal-urls-->
|
||||
{/* lint enable no-literal-urls */}
|
||||
|
||||
# [Link](https://storybook.js.org/) in heading
|
||||
|
Loading…
x
Reference in New Issue
Block a user