-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add GitHub flavored markdown notes #2946
Conversation
update my branch
update my fork
@@ -3,18 +3,19 @@ | |||
[![Build Status on CircleCI](https://circleci.com/gh/storybooks/storybook.svg?style=shield)](https://circleci.com/gh/storybooks/storybook) | |||
[![CodeFactor](https://www.codefactor.io/repository/github/storybooks/storybook/badge)](https://www.codefactor.io/repository/github/storybooks/storybook) | |||
[![Known Vulnerabilities](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847/badge.svg)](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847) | |||
[![BCH compliance](https://bettercodehub.com/edge/badge/storybooks/storybook)](https://bettercodehub.com/results/storybooks/storybook) [![codecov](https://codecov.io/gh/storybooks/storybook/branch/master/graph/badge.svg)](https://codecov.io/gh/storybooks/storybook) | |||
[![BCH compliance](https://bettercodehub.com/edge/badge/storybooks/storybook)](https://bettercodehub.com/results/storybooks/storybook) [![codecov](https://codecov.io/gh/storybooks/storybook/branch/master/graph/badge.svg)](https://codecov.io/gh/storybooks/storybook) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like my Prettier reformatted this README.md a bit, this can be ignored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please revert stylistic changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted
addons/notes/README.md
Outdated
</div> | ||
~~~ | ||
`)(() => <Component />) | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the relevant new documentation of the new exposed API. pretty simple.
Please add a usage example to storybook-official |
You probably need to run |
For some reason, it just displays raw markdown sources instead of formatted text |
OK, it's because of the indentation in the example. Indent is just another way to define code block |
Codecov Report
@@ Coverage Diff @@
## master #2946 +/- ##
========================================
Coverage ? 92.5%
========================================
Files ? 6
Lines ? 40
Branches ? 2
========================================
Hits ? 37
Misses ? 2
Partials ? 1 Continue to review full report at Codecov.
|
ahh thats why. sorry I hadn't had time last week to get around to this, glad you figured it out. was definitely working in my local setup. im still in the first month of my new job, got to figure out what my ability is to work on open source :( thank you so much for being an awesome maintainer, I hope to be a better contributor over time |
closes #2916 (comment)