thedevsaddam / docgen

Transform your postman collection to HTML/Markdown documentation
MIT License
967 stars 134 forks source link

markdown format description need function enhance #38

Open blukhand opened 4 years ago

blukhand commented 4 years ago

some markdown format is accepted by postman but not work when it is transformed to html. here is some examples:

出参说明\r\n\r\n|参数名称|参数说明|\r\n|--------|--------|\r\n|infoid|资讯id,用于获取资讯详情|\r\n|title|资讯标题|\r\n|author|作者|\r\n|publishdate|发布时间|\r\n|status|资讯状态,2:已发布|

in old version, I find postman can accept \r\n or \n, but docgen can only accept \n. I am not sure whether it is the same in version 3