docs icon indicating copy to clipboard operation
docs copied to clipboard

Nested lists doesn't render well

Open jeremyVignelles opened this issue 2 years ago • 0 comments

On page https://api-platform.com/docs/create-client/typescript/ , at the bottom of the page, the files are actually generated at the level below "interfaces". However, in the documentation, the rendered HTML shows it at the same level:

image

However, the source markup seems correct:

https://github.com/api-platform/docs/blob/df883f361a9365557bd1fb5555e15601df6ad12b/create-client/typescript.md?plain=1#L30-L35

I assume that's an issue with the markdown generator, but I didn't dig too deep to see what's going on.

jeremyVignelles avatar May 20 '23 12:05 jeremyVignelles