Open theWhiteWulfy opened 5 years ago
@Oxyenyos thanks for reporting the issue. Do you mind filing a PR with the fix?
I did a PR #2458 that corrects the issues on Android, C#, Java, JavaScript, Go, Ruby-client, python and PHP clients. If you want I could do the same for each documentation template.
Description
The markdown documentation generated for clients are not properly linted and cause problems with markdown based documentation generators i.e. docusaurus or docsify
openapi-generator version
4.0.0-beta2
Steps to reproduce
The issue could be reproduced by selectively generating Client SDK docs and using it inside a docs folder inside a Docsify/Docusaurus installation.
Related issues/PRs
None found. But a similar open issue exists in swagger-codegen.
Suggest a fix/enhancement
I've fixed the linting problems on Android, C#, Java, JavaScript, Go, Ruby-client, python and PHP