-
Notifications
You must be signed in to change notification settings - Fork 54
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
Improve examples #63
Improve examples #63
Conversation
With tests for arrays; root-level examples do not yet display.
FYI @lexaknyazev, it looks like glTF is not using |
Co-authored-by: Ed Mackey <elm19087@gmail.com>
Somehow the bullet list is still broken, at least for Markdown (but not adoc, apparently). For example, see the bottom of: test/test-golden/v2020-12-keyword.md. |
Yikes! I think 2cc8679 fixes it. |
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 great! Thanks @theory.
This is published to npm as wetzel 0.2.3. |
I noticed that wetzel wasn't serializing object examples, so I added that, along with tests, then realized that it also was not showing root-level examples. So I added those, too.