openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
90 stars 27 forks source link

fix: error when generating markdown from tests/openapi3/api-with-examples.yaml #24

Closed pitpit closed 5 years ago

pitpit commented 5 years ago

to trigger the error on master branch:

node cli.js tests/openapi3/api-with-examples.yaml markdown

Fix #23

fmvilas commented 5 years ago

It's already published on npm version 0.12.1. Thanks!