Neoteroi / essentials-openapi

Functions to handle OpenAPI Documentation.
MIT License
23 stars 9 forks source link

Header links do not work when schema name contains dots #19

Closed RobertoPrevato closed 1 year ago

RobertoPrevato commented 1 year ago

This happens in MkDocs, which generates table of contents and links for headings. When components name contain dots (common case for auto-generated definition files for .NET and Java apps), the link doesn´t work because MkDocs doesn´t maintain the dots.

RobertoPrevato commented 1 year ago

Dots are removed. They must be removed from generated href attributes values.