raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

Fix json dereference failing on includes of markdown files #187

Open KajKandler opened 7 years ago

KajKandler commented 7 years ago

I discovered that the JSON schema dereferencing also attempts to dereference included markdown files. That off course fails. Please consider this pull request.