swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
17.01k stars 6.03k forks source link

Static HTML generator ignores Markdown in comments #479

Open bklang opened 9 years ago

bklang commented 9 years ago

In the attached screenshot you can see what is supposed to be a bulleted list. It may be worth mentioning that this renders correctly in the swagger-editor. screen shot 2015-03-09 at 12 43 33 pm

patrickse commented 8 years ago

Is there a workaround for this problem?

fehguy commented 8 years ago

Right now, no, there isn't a markdown to HTML converter in the codegen. We will get it added so just watch this ticket for updates.