ty10r

Results 3 comments of ty10r

I'm seeing this problem as well. When running raml.loadFile on the raml file found at: https://github.com/mulesoft/api-console/blob/master/app/examples/github.raml Most of the embedded post body schemas are being evaluated as text.

This seems to be caused in api-console, not designer. https://github.com/mulesoft/api-console/blob/master/src/app/app.js#L44 This option causes tags after each line break in the html, which get grouped together after the html. Changing this...

@reinanchan could you instead try to use [github flavored tables](https://help.github.com/articles/github-flavored-markdown/#tables)? ``` | First | Last | Age | | -------|-------|------ | | Jill | Smith | 50 | | Eve...