[BUG][MARKDOWN] Basic types create invalid links to Model
Created by: zeljkot
Description
Integers, dates, etc. create links to Model directory. This links
- are not needed
- point to non-existing *.md file
Examples:
Model to model
# EntityId
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**deviceId** | [**Integer**](integer.md) | | [optional] [default to null]
API to Model list
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ids** | [**List**](../\Models/Integer.md)| | [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