karthiks3000 / postman-doc-gen

Generate API documentation from a postman collection
MIT License
262 stars 45 forks source link

Add jinja_markdown to support Markdown #5

Closed syn2083 closed 3 years ago

syn2083 commented 4 years ago

Postman descriptions support Markdown, which right now cannot be rendered properly. This provides additional support for Markdown, allowing a better transition from the Postman export to external documentation.

This does add a requirement of jinja_markdown 1.200630 though.

It is not perfect, but, it works generally:

image

karthiks3000 commented 3 years ago

Added markdown support in release 1.2.0