bootprint / bootprint-openapi

Bootprint-module to render OpenAPI specifications, this repository has moved to https://github.com/bootprint/bootprint-monorepo/tree/master/packages/bootprint-openapi
MIT License
357 stars 48 forks source link

Description in security definition doesn't support markdown #65

Closed aberman closed 8 years ago

aberman commented 8 years ago

If you put Markdown in the description field for a security definition it is not rendered to HTML. Instead, bootprint simply outputs the Markdown.

nknapp commented 8 years ago

It would be great if you could create a pull-request for a test-case (similar to the one for tags that also checks for the conversion of markdown.

The fix is probably very similar to this commit, you just have to find the right partial to put the md-helper in.

If all this is done and the tests are green, I will merge (or add you to the team so you can squash-merge it yourself). I'd then publish the to npm

aberman commented 8 years ago

Sorry for all the commits. The last and most recent one is the correct one.

nknapp commented 8 years ago

Can you create a Pull-Request? Makes it easier to see

aberman commented 8 years ago

Did it, but there looks like some other test is failing unrelated to this.