[BUG][MARKDOWN] Missing model name in link from API
Created by: zeljkot
Description
In some cases, the model name is missing in a link from API. Model is generated correctly. Check the entityID (../\Models/.md)
:
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**levels** | [**List**](../\Models/WarningLevel.md)| | [optional] [default to null]
**entityId** | [**EntityId**](../\Models/.md)| | [optional] [default to null]```
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