is possible to create tables in yaml file and show in smatdocs?

Not applicable

I created a table in my yaml file:

4011-aaaaaaaaaaaaaa.png

4010-aaaaaaaaaaaaa.png

It works really great in swagger but when I import in smartdocs doesn't create the table and is just a string.

Is there any way to create a table like that and show that table in smartdocs?

0 1 7,163
1 REPLY 1

Not applicable

IIRC, tables are a bit funny in the Markdown world. The original Markdown didn't support them, but some projects have. In the OpenAPI 3.0 spec, CommonMark is preferred, which does not include tables in the spec (though it's a hot topic).

I've added a client-side markdown renderer to SmartDocs templates (proof-of-concept example) in the past with some success. Maybe you could try that approach with a project that supports a table syntax?