[BUG][MARKDOWN] Model link contains underscores
Created by: zeljkot
Description
Sometimes a link from API to model contains underscores (snake_case), but MD file in model is named in CamelCase. Name is correct in README.md.
### Return type
[**Warning_Clearing_Response**](../\Models/Warning_Clearing_Response.md)
openapi-generator version
4.3.0
OpenAPI declaration file content or url
Command line used for generation
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>4.3.0</version>
<executions>
<execution>
<id>markdown</id>
mvn clean compile