-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fix the ordered list discrepancy on getting started page #665
Fix the ordered list discrepancy on getting started page #665
Conversation
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.
It worked. Thanks a lot!!
"description": "The price of the product", | ||
"type": "number" | ||
} | ||
} | ||
``` |
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 one missed indentation
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.
Thanks for finding this @notEthan !!
@bhavukkalra can you create a new PR to fix this? I merged it too fast.
... | ||
"dimensions": { | ||
"type": "object", | ||
} | ||
``` |
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.
here too
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.
Thanks for finding this @notEthan !!
@bhavukkalra can you create a new PR to fix this? I merged it too fast.
} | ||
} | ||
} | ||
``` |
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.
here too
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.
Huge thanks for finding this!
Bhavuk can you create a new PR to fix this? I merged it too fast.
What kind of change does this PR introduce?
Fixes the ordered list Discrepancy observed on the getting-started-step-by-step as reported in the issue #653
Issue Number:
Screenshots of fix
Summary
It was a markdown spacing issue. Found the fix here markdown-continue-numbered-list and applied.
Note
- This might need to be applied to other pages as well which has this problem.Does this PR introduce a breaking change?
No
CC - @benjagm @gregsdennis @jviotti