Marat A. Denenberg
Marat A. Denenberg
The only thing that's missing for me is markdown support for tables: https://www.markdownguide.org/extended-syntax/#tables Would you accept a PR adding this as an extension?
Figure out a way to reduce memory consumption on large XML files by breaking up the read into chunks.
It looks like OpenAPI 3.1 support was added a few years back? I'm having trouble with it. When executing: ``` const definition = `{ "openapi": "3.1.0", "info": { "version": "1.0.0",...