Problem description
The Swagger editor ignore the markdown header directive following an SGML comment, e.g.:
<!-- CAMARA:MANDATORY:authorization-and-authentication:BEGIN -->
# Authorization and authentication
Expected behaviour
Swagger editor will display the header line properly if there is a preceding blank line, e.g.:
<!-- CAMARA:MANDATORY:authorization-and-authentication:BEGIN -->
# Authorization and authentication
Alternative solution
The API bundling process could remove all SGML headers from releases
Additional context
Redoc displays properly, but is not affected by the additional blank line
Problem description
The Swagger editor ignore the markdown header directive following an SGML comment, e.g.:
Expected behaviour
Swagger editor will display the header line properly if there is a preceding blank line, e.g.:
Alternative solution
The API bundling process could remove all SGML headers from releases
Additional context
Redoc displays properly, but is not affected by the additional blank line